pub struct SenderDroppedError;
Expand description
Error indicating the sender was dropped without ever signaling the receiver.
Trait Implementations§
Source§impl Debug for SenderDroppedError
impl Debug for SenderDroppedError
Source§impl PartialEq for SenderDroppedError
impl PartialEq for SenderDroppedError
impl Eq for SenderDroppedError
impl StructuralPartialEq for SenderDroppedError
Auto Trait Implementations§
impl Freeze for SenderDroppedError
impl RefUnwindSafe for SenderDroppedError
impl Send for SenderDroppedError
impl Sync for SenderDroppedError
impl Unpin for SenderDroppedError
impl UnwindSafe for SenderDroppedError
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