pub struct WireNamespaceError { /* private fields */ }
Expand description
The wire type corresponding to NamespaceError
.
Implementations§
Source§impl WireNamespaceError
impl WireNamespaceError
pub const SHADOW: WireNamespaceError
pub const DUPLICATE: WireNamespaceError
pub const CONVERSION: WireNamespaceError
pub const BAD_ENTRY: WireNamespaceError
pub const DICTIONARY_READ: WireNamespaceError
Trait Implementations§
Source§impl Clone for WireNamespaceError
impl Clone for WireNamespaceError
Source§fn clone(&self) -> WireNamespaceError
fn clone(&self) -> WireNamespaceError
Returns a copy 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 WireNamespaceError
impl Debug for WireNamespaceError
Source§impl<___D> Decode<___D> for WireNamespaceErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireNamespaceErrorwhere
___D: ?Sized,
Source§impl From<NamespaceError> for WireNamespaceError
impl From<NamespaceError> for WireNamespaceError
Source§fn from(natural: NamespaceError) -> Self
fn from(natural: NamespaceError) -> Self
Converts to this type from the input type.
Source§impl From<WireNamespaceError> for NamespaceError
impl From<WireNamespaceError> for NamespaceError
Source§fn from(wire: WireNamespaceError) -> Self
fn from(wire: WireNamespaceError) -> Self
Converts to this type from the input type.
Source§impl FromWire<WireNamespaceError> for NamespaceError
impl FromWire<WireNamespaceError> for NamespaceError
Source§fn from_wire(wire: WireNamespaceError) -> Self
fn from_wire(wire: WireNamespaceError) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireNamespaceError> for NamespaceError
impl FromWireRef<WireNamespaceError> for NamespaceError
Source§fn from_wire_ref(wire: &WireNamespaceError) -> Self
fn from_wire_ref(wire: &WireNamespaceError) -> Self
Converts the given
wire
reference to this type.Source§impl PartialEq for WireNamespaceError
impl PartialEq for WireNamespaceError
Source§impl Wire for WireNamespaceError
impl Wire for WireNamespaceError
Source§type Decoded<'de> = WireNamespaceError
type Decoded<'de> = WireNamespaceError
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 WireNamespaceError
impl Eq for WireNamespaceError
impl StructuralPartialEq for WireNamespaceError
Auto Trait Implementations§
impl Freeze for WireNamespaceError
impl RefUnwindSafe for WireNamespaceError
impl Send for WireNamespaceError
impl Sync for WireNamespaceError
impl Unpin for WireNamespaceError
impl UnwindSafe for WireNamespaceError
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