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