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