pub struct SetAttr;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetAttr
impl RefUnwindSafe for SetAttr
impl Send for SetAttr
impl Sync for SetAttr
impl Unpin for SetAttr
impl UnwindSafe for SetAttr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more