pub enum ChannelWireRxError {
ChannelClosed,
MessageTooLarge,
}
Expand description
A wire rx error
Variants§
Trait Implementations§
Source§impl AsWireRxErrorKind for ChannelWireRxError
impl AsWireRxErrorKind for ChannelWireRxError
Source§fn as_kind(&self) -> WireRxErrorKind
fn as_kind(&self) -> WireRxErrorKind
Convert the error type into a base type
Auto Trait Implementations§
impl Freeze for ChannelWireRxError
impl RefUnwindSafe for ChannelWireRxError
impl Send for ChannelWireRxError
impl Sync for ChannelWireRxError
impl Unpin for ChannelWireRxError
impl UnwindSafe for ChannelWireRxError
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