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