pub struct WireOperations { /* private fields */ }
Expand description
The wire type corresponding to Operations
.
Trait Implementations§
Source§impl Clone for WireOperations
impl Clone for WireOperations
Source§fn clone(&self) -> WireOperations
fn clone(&self) -> WireOperations
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireOperations
impl Debug for WireOperations
Source§impl<___D> Decode<___D> for WireOperationswhere
___D: ?Sized,
impl<___D> Decode<___D> for WireOperationswhere
___D: ?Sized,
Source§impl From<Operations> for WireOperations
impl From<Operations> for WireOperations
Source§fn from(natural: Operations) -> Self
fn from(natural: Operations) -> Self
Converts to this type from the input type.
Source§impl From<WireOperations> for Operations
impl From<WireOperations> for Operations
Source§fn from(wire: WireOperations) -> Self
fn from(wire: WireOperations) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireOperations> for Operations
impl TakeFrom<WireOperations> for Operations
Source§fn take_from(from: &WireOperations) -> Self
fn take_from(from: &WireOperations) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireOperations> for Operations
impl TakeFrom<WireOperations> for Operations
Source§fn take_from(from: &WireOperations) -> Self
fn take_from(from: &WireOperations) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireOperations
impl ZeroPadding for WireOperations
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireOperations
Auto Trait Implementations§
impl Freeze for WireOperations
impl RefUnwindSafe for WireOperations
impl Send for WireOperations
impl Sync for WireOperations
impl Unpin for WireOperations
impl UnwindSafe for WireOperations
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