pub enum TransmitError {
This(Error),
Other(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransmitError
impl !RefUnwindSafe for TransmitError
impl Send for TransmitError
impl Sync for TransmitError
impl Unpin for TransmitError
impl !UnwindSafe for TransmitError
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