pub struct WireOptionalUse<'de> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Debug for WireOptionalUse<'de>
impl<'de> Debug for WireOptionalUse<'de>
Source§impl<___D> Decode<___D> for WireOptionalUse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireOptionalUse<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'de> FromWireOption<WireOptionalUse<'de>> for Box<Use>
impl<'de> FromWireOption<WireOptionalUse<'de>> for Box<Use>
Source§fn from_wire_option(wire: WireOptionalUse<'de>) -> Option<Self>
fn from_wire_option(wire: WireOptionalUse<'de>) -> Option<Self>
Converts the given
wire
to an option of this type.Source§impl<'de> FromWireOptionRef<WireOptionalUse<'de>> for Box<Use>
impl<'de> FromWireOptionRef<WireOptionalUse<'de>> for Box<Use>
Source§fn from_wire_option_ref(wire: &WireOptionalUse<'de>) -> Option<Self>
fn from_wire_option_ref(wire: &WireOptionalUse<'de>) -> Option<Self>
Converts the given
wire
reference to an option of this type.Source§impl Wire for WireOptionalUse<'static>
impl Wire for WireOptionalUse<'static>
Source§type Decoded<'de> = WireOptionalUse<'de>
type Decoded<'de> = WireOptionalUse<'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 WireOptionalUse<'de>
impl<'de> RefUnwindSafe for WireOptionalUse<'de>
impl<'de> !Send for WireOptionalUse<'de>
impl<'de> !Sync for WireOptionalUse<'de>
impl<'de> Unpin for WireOptionalUse<'de>
impl<'de> !UnwindSafe for WireOptionalUse<'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