pub struct WireDictionaryValue { /* private fields */ }
Expand description
The wire type corresponding to DictionaryValue
.
Implementations§
Trait Implementations§
Source§impl Debug for WireDictionaryValue
impl Debug for WireDictionaryValue
Source§impl<___D> Decode<___D> for WireDictionaryValuewhere
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireDictionaryValuewhere
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl TakeFrom<WireDictionaryValue> for DictionaryValue
impl TakeFrom<WireDictionaryValue> for DictionaryValue
Source§fn take_from(from: &WireDictionaryValue) -> Self
fn take_from(from: &WireDictionaryValue) -> 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<WireDictionaryValue> for DictionaryValue
impl TakeFrom<WireDictionaryValue> for DictionaryValue
Source§fn take_from(from: &WireDictionaryValue) -> Self
fn take_from(from: &WireDictionaryValue) -> 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 WireDictionaryValue
impl ZeroPadding for WireDictionaryValue
Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireDictionaryValue
impl RefUnwindSafe for WireDictionaryValue
impl !Send for WireDictionaryValue
impl !Sync for WireDictionaryValue
impl Unpin for WireDictionaryValue
impl UnwindSafe for WireDictionaryValue
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