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