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 FromWire<WireOperations> for Operations
impl FromWire<WireOperations> for Operations
Source§fn from_wire(wire: WireOperations) -> Self
fn from_wire(wire: WireOperations) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireOperations> for Operations
impl FromWireRef<WireOperations> for Operations
Source§fn from_wire_ref(wire: &WireOperations) -> Self
fn from_wire_ref(wire: &WireOperations) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireOperations
impl Wire for WireOperations
Source§type Decoded<'de> = WireOperations
type Decoded<'de> = WireOperations
The decoded wire type, restricted to the
'de
lifetime.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