pub type WireRights = WireOperations;
Expand description
The wire type corresponding to Rights
.
Aliased Type§
struct WireRights { /* private fields */ }
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 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.