pub enum SenderError {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenderError
impl RefUnwindSafe for SenderError
impl Send for SenderError
impl Sync for SenderError
impl Unpin for SenderError
impl UnsafeUnpin for SenderError
impl UnwindSafe for SenderError
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