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