Type Alias WireRights

Source
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

Source§

fn clone(&self) -> WireOperations

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for WireOperations

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<___D> Decode<___D> for WireOperations
where ___D: ?Sized,

Source§

fn decode(slot: Slot<'_, Self>, _: &mut ___D) -> Result<(), DecodeError>

Decodes a value into a slot using a decoder. Read more
Source§

impl From<Operations> for WireOperations

Source§

fn from(natural: Operations) -> Self

Converts to this type from the input type.
Source§

impl Wire for WireOperations

Source§

type Decoded<'de> = WireOperations

The decoded wire type, restricted to the 'de lifetime.
Source§

fn zero_padding(_: &mut MaybeUninit<Self>)

Writes zeroes to the padding for this type, if any.
Source§

impl Copy for WireOperations