pub struct Canceled;
Expand description
Represents that the Sender
dropped before sending a message.
Trait Implementations§
impl Copy for Canceled
impl StructuralPartialEq for Canceled
Auto Trait Implementations§
impl Freeze for Canceled
impl RefUnwindSafe for Canceled
impl Send for Canceled
impl Sync for Canceled
impl Unpin for Canceled
impl UnwindSafe for Canceled
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