pub enum TryWriteError {
Full,
}
Expand description
Error returned by try_write
Variants§
Full
All transmit mailboxes are full
Trait Implementations§
Source§impl Debug for TryWriteError
impl Debug for TryWriteError
Auto Trait Implementations§
impl Freeze for TryWriteError
impl RefUnwindSafe for TryWriteError
impl Send for TryWriteError
impl Sync for TryWriteError
impl Unpin for TryWriteError
impl UnwindSafe for TryWriteError
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