pub struct WireDictionaryError { /* private fields */ }
Expand description
The wire type corresponding to DictionaryError
.
Implementations§
Source§impl WireDictionaryError
impl WireDictionaryError
pub const NOT_FOUND: WireDictionaryError
pub const ALREADY_EXISTS: WireDictionaryError
pub const BAD_CAPABILITY: WireDictionaryError
pub const INVALID_KEY: WireDictionaryError
pub const NOT_CLONEABLE: WireDictionaryError
Trait Implementations§
Source§impl Clone for WireDictionaryError
impl Clone for WireDictionaryError
Source§fn clone(&self) -> WireDictionaryError
fn clone(&self) -> WireDictionaryError
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 WireDictionaryError
impl Debug for WireDictionaryError
Source§impl<___D> Decode<___D> for WireDictionaryErrorwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireDictionaryErrorwhere
___D: ?Sized,
Source§impl From<DictionaryError> for WireDictionaryError
impl From<DictionaryError> for WireDictionaryError
Source§fn from(natural: DictionaryError) -> Self
fn from(natural: DictionaryError) -> Self
Converts to this type from the input type.
Source§impl From<WireDictionaryError> for DictionaryError
impl From<WireDictionaryError> for DictionaryError
Source§fn from(wire: WireDictionaryError) -> Self
fn from(wire: WireDictionaryError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireDictionaryError
impl PartialEq for WireDictionaryError
Source§impl TakeFrom<WireDictionaryError> for DictionaryError
impl TakeFrom<WireDictionaryError> for DictionaryError
Source§fn take_from(from: &WireDictionaryError) -> Self
fn take_from(from: &WireDictionaryError) -> 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<WireDictionaryError> for DictionaryError
impl TakeFrom<WireDictionaryError> for DictionaryError
Source§fn take_from(from: &WireDictionaryError) -> Self
fn take_from(from: &WireDictionaryError) -> 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 WireDictionaryError
impl ZeroPadding for WireDictionaryError
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 WireDictionaryError
impl Eq for WireDictionaryError
impl StructuralPartialEq for WireDictionaryError
Auto Trait Implementations§
impl Freeze for WireDictionaryError
impl RefUnwindSafe for WireDictionaryError
impl Send for WireDictionaryError
impl Sync for WireDictionaryError
impl Unpin for WireDictionaryError
impl UnwindSafe for WireDictionaryError
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