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