pub struct ProbeSlot { /* private fields */ }Expand description
Cloneable slot holding the optional LinkInterceptor of a link’s
SenderSink. Same latest-wins shape as ReconfigureSlot; clones
share the inner cell, so the application installs/removes a probe at
runtime while the runner drives the link.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ProbeSlot
impl !UnwindSafe for ProbeSlot
impl Freeze for ProbeSlot
impl Send for ProbeSlot
impl Sync for ProbeSlot
impl Unpin for ProbeSlot
impl UnsafeUnpin for ProbeSlot
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