pub struct DistributedReceiverHandle(/* private fields */);Expand description
A handle to a receiver that receives its values from a distributor.
Implementations§
Auto Trait Implementations§
impl Freeze for DistributedReceiverHandle
impl RefUnwindSafe for DistributedReceiverHandle
impl Send for DistributedReceiverHandle
impl Sync for DistributedReceiverHandle
impl Unpin for DistributedReceiverHandle
impl UnwindSafe for DistributedReceiverHandle
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