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 FromWire<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
impl FromWire<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
Source§fn from_wire(wire: WireSetExtendedAttributeMode) -> Self
fn from_wire(wire: WireSetExtendedAttributeMode) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
impl FromWireRef<WireSetExtendedAttributeMode> for SetExtendedAttributeMode
Source§fn from_wire_ref(wire: &WireSetExtendedAttributeMode) -> Self
fn from_wire_ref(wire: &WireSetExtendedAttributeMode) -> Self
Converts the given
wire
reference to this 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 Wire for WireSetExtendedAttributeMode
impl Wire for WireSetExtendedAttributeMode
Source§type Decoded<'de> = WireSetExtendedAttributeMode
type Decoded<'de> = WireSetExtendedAttributeMode
The decoded wire type, restricted to the
'de
lifetime.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