pub struct WireExtendedAttributeValue<'de> { /* private fields */ }
Expand description
The wire type corresponding to ExtendedAttributeValue
.
Implementations§
Trait Implementations§
Source§impl<'de> Debug for WireExtendedAttributeValue<'de>
impl<'de> Debug for WireExtendedAttributeValue<'de>
Source§impl<___D> Decode<___D> for WireExtendedAttributeValue<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for WireExtendedAttributeValue<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl<'de> FromWire<WireExtendedAttributeValue<'de>> for ExtendedAttributeValue
impl<'de> FromWire<WireExtendedAttributeValue<'de>> for ExtendedAttributeValue
Source§fn from_wire(wire: WireExtendedAttributeValue<'de>) -> Self
fn from_wire(wire: WireExtendedAttributeValue<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl Wire for WireExtendedAttributeValue<'static>
impl Wire for WireExtendedAttributeValue<'static>
Source§type Decoded<'de> = WireExtendedAttributeValue<'de>
type Decoded<'de> = WireExtendedAttributeValue<'de>
The decoded wire type, restricted to the
'de
lifetime.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<'de> Freeze for WireExtendedAttributeValue<'de>
impl<'de> RefUnwindSafe for WireExtendedAttributeValue<'de>
impl<'de> !Send for WireExtendedAttributeValue<'de>
impl<'de> !Sync for WireExtendedAttributeValue<'de>
impl<'de> Unpin for WireExtendedAttributeValue<'de>
impl<'de> !UnwindSafe for WireExtendedAttributeValue<'de>
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