pub struct WireDeletionError { /* private fields */ }
Expand description
The wire type corresponding to DeletionError
.
Implementations§
Source§impl WireDeletionError
impl WireDeletionError
pub const CONNECTION: WireDeletionError
pub const PROTOCOL: WireDeletionError
pub const NONE_AVAILABLE: WireDeletionError
pub const UNSUPPORTED: WireDeletionError
Trait Implementations§
Source§impl Clone for WireDeletionError
impl Clone for WireDeletionError
Source§fn clone(&self) -> WireDeletionError
fn clone(&self) -> WireDeletionError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireDeletionError
impl Debug for WireDeletionError
Source§impl<___D> Decode<___D> for WireDeletionErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireDeletionErrorwhere
___D: ?Sized,
Source§impl From<DeletionError> for WireDeletionError
impl From<DeletionError> for WireDeletionError
Source§fn from(natural: DeletionError) -> Self
fn from(natural: DeletionError) -> Self
Converts to this type from the input type.
Source§impl From<WireDeletionError> for DeletionError
impl From<WireDeletionError> for DeletionError
Source§fn from(wire: WireDeletionError) -> Self
fn from(wire: WireDeletionError) -> Self
Converts to this type from the input type.
Source§impl FromWire<WireDeletionError> for DeletionError
impl FromWire<WireDeletionError> for DeletionError
Source§fn from_wire(wire: WireDeletionError) -> Self
fn from_wire(wire: WireDeletionError) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireDeletionError> for DeletionError
impl FromWireRef<WireDeletionError> for DeletionError
Source§fn from_wire_ref(wire: &WireDeletionError) -> Self
fn from_wire_ref(wire: &WireDeletionError) -> Self
Converts the given
wire
reference to this type.Source§impl PartialEq for WireDeletionError
impl PartialEq for WireDeletionError
Source§impl Wire for WireDeletionError
impl Wire for WireDeletionError
Source§type Decoded<'de> = WireDeletionError
type Decoded<'de> = WireDeletionError
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireDeletionError
impl Eq for WireDeletionError
impl StructuralPartialEq for WireDeletionError
Auto Trait Implementations§
impl Freeze for WireDeletionError
impl RefUnwindSafe for WireDeletionError
impl Send for WireDeletionError
impl Sync for WireDeletionError
impl Unpin for WireDeletionError
impl UnwindSafe for WireDeletionError
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