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
impl Clone for async_sequence_id
Source§fn clone(&self) -> async_sequence_id
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for async_sequence_id
impl Debug for async_sequence_id
Source§impl Default for async_sequence_id
impl Default for async_sequence_id
Source§fn default() -> async_sequence_id
fn default() -> async_sequence_id
Returns the “default value” for a type. Read more