pub struct ChannelProbe<P, T> { /* private fields */ }Trait Implementations§
Source§impl<P: Clone, T: Clone> Clone for ChannelProbe<P, T>
impl<P: Clone, T: Clone> Clone for ChannelProbe<P, T>
Source§fn clone(&self) -> ChannelProbe<P, T>
fn clone(&self) -> ChannelProbe<P, T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<P, T> Freeze for ChannelProbe<P, T>where
P: Freeze,
impl<P, T> RefUnwindSafe for ChannelProbe<P, T>where
P: RefUnwindSafe,
impl<P, T> Send for ChannelProbe<P, T>
impl<P, T> Sync for ChannelProbe<P, T>
impl<P, T> Unpin for ChannelProbe<P, T>where
P: Unpin,
impl<P, T> UnwindSafe for ChannelProbe<P, T>where
P: UnwindSafe,
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