pub struct InstanceStopThen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for InstanceStopThen
impl !RefUnwindSafe for InstanceStopThen
impl !Send for InstanceStopThen
impl !Sync for InstanceStopThen
impl Unpin for InstanceStopThen
impl UnsafeUnpin for InstanceStopThen
impl !UnwindSafe for InstanceStopThen
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