pub enum WriteChannelAckError {
LinkNotActive,
IdentityNotHeld,
Serialize(WireError),
}Variants§
Trait Implementations§
Source§impl Clone for WriteChannelAckError
impl Clone for WriteChannelAckError
Source§fn clone(&self) -> WriteChannelAckError
fn clone(&self) -> WriteChannelAckError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WriteChannelAckError
Source§impl Debug for WriteChannelAckError
impl Debug for WriteChannelAckError
impl Eq for WriteChannelAckError
Source§impl PartialEq for WriteChannelAckError
impl PartialEq for WriteChannelAckError
impl StructuralPartialEq for WriteChannelAckError
Auto Trait Implementations§
impl Freeze for WriteChannelAckError
impl RefUnwindSafe for WriteChannelAckError
impl Send for WriteChannelAckError
impl Sync for WriteChannelAckError
impl Unpin for WriteChannelAckError
impl UnsafeUnpin for WriteChannelAckError
impl UnwindSafe for WriteChannelAckError
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