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