Type Alias async_sequence_id_t

Source
pub type async_sequence_id_t = async_sequence_id;

Aliased Type§

struct async_sequence_id_t {
    pub value: u64,
}

Fields§

§value: u64

Trait Implementations

Source§

impl Clone for async_sequence_id

Source§

fn clone(&self) -> async_sequence_id

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 async_sequence_id

Source§

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

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

impl Default for async_sequence_id

Source§

fn default() -> async_sequence_id

Returns the “default value” for a type. Read more
Source§

impl Copy for async_sequence_id