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 PartialEq for WireNamespaceError
impl PartialEq for WireNamespaceError
Source§impl TakeFrom<WireNamespaceError> for NamespaceError
impl TakeFrom<WireNamespaceError> for NamespaceError
Source§fn take_from(from: &WireNamespaceError) -> Self
fn take_from(from: &WireNamespaceError) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireNamespaceError> for NamespaceError
impl TakeFrom<WireNamespaceError> for NamespaceError
Source§fn take_from(from: &WireNamespaceError) -> Self
fn take_from(from: &WireNamespaceError) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireNamespaceError
impl ZeroPadding for WireNamespaceError
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