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