pub struct SetStatus;Auto Trait Implementations§
impl Freeze for SetStatus
impl RefUnwindSafe for SetStatus
impl Send for SetStatus
impl Sync for SetStatus
impl Unpin for SetStatus
impl UnsafeUnpin for SetStatus
impl UnwindSafe for SetStatus
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