pub struct WireSetExtendedAttributeMode { /* private fields */ }
Expand description
The wire type corresponding to SetExtendedAttributeMode
.
Implementations§
Source§impl WireSetExtendedAttributeMode
impl WireSetExtendedAttributeMode
pub const SET: WireSetExtendedAttributeMode
pub const CREATE: WireSetExtendedAttributeMode
pub const REPLACE: WireSetExtendedAttributeMode
Trait Implementations§
Source§impl Clone for WireSetExtendedAttributeMode
impl Clone for WireSetExtendedAttributeMode
Source§fn clone(&self) -> WireSetExtendedAttributeMode
fn clone(&self) -> WireSetExtendedAttributeMode
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 WireSetExtendedAttributeMode
impl Debug for WireSetExtendedAttributeMode
Source§impl<___D> Decode<___D> for WireSetExtendedAttributeModewhere
___D: ?Sized,
impl<___D> Decode<___D> for WireSetExtendedAttributeModewhere
___D: ?Sized,
Source§impl From<SetExtendedAttributeMode> for WireSetExtendedAttributeMode
impl From<SetExtendedAttributeMode> for WireSetExtendedAttributeMode
Source§fn from(natural: SetExtendedAttributeMode) -> Self
fn from(natural: SetExtendedAttributeMode) -> Self
Converts to this type from the input type.
Source§impl From<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
impl From<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
Source§fn from(wire: WireSetExtendedAttributeMode) -> Self
fn from(wire: WireSetExtendedAttributeMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireSetExtendedAttributeMode
impl PartialEq for WireSetExtendedAttributeMode
Source§fn eq(&self, other: &WireSetExtendedAttributeMode) -> bool
fn eq(&self, other: &WireSetExtendedAttributeMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TakeFrom<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
impl TakeFrom<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
Source§fn take_from(from: &WireSetExtendedAttributeMode) -> Self
fn take_from(from: &WireSetExtendedAttributeMode) -> 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<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
impl TakeFrom<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
Source§fn take_from(from: &WireSetExtendedAttributeMode) -> Self
fn take_from(from: &WireSetExtendedAttributeMode) -> 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 WireSetExtendedAttributeMode
impl ZeroPadding for WireSetExtendedAttributeMode
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 WireSetExtendedAttributeMode
impl Eq for WireSetExtendedAttributeMode
impl StructuralPartialEq for WireSetExtendedAttributeMode
Auto Trait Implementations§
impl Freeze for WireSetExtendedAttributeMode
impl RefUnwindSafe for WireSetExtendedAttributeMode
impl Send for WireSetExtendedAttributeMode
impl Sync for WireSetExtendedAttributeMode
impl Unpin for WireSetExtendedAttributeMode
impl UnwindSafe for WireSetExtendedAttributeMode
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