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