pub enum ChannelWireTxError {
ChannelClosed,
}
Expand description
A wire tx error
Variants§
ChannelClosed
The receiver closed the channel
Trait Implementations§
Source§impl AsWireTxErrorKind for ChannelWireTxError
impl AsWireTxErrorKind for ChannelWireTxError
Source§fn as_kind(&self) -> WireTxErrorKind
fn as_kind(&self) -> WireTxErrorKind
Convert the error type into a base type
Auto Trait Implementations§
impl Freeze for ChannelWireTxError
impl RefUnwindSafe for ChannelWireTxError
impl Send for ChannelWireTxError
impl Sync for ChannelWireTxError
impl Unpin for ChannelWireTxError
impl UnwindSafe for ChannelWireTxError
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