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