Struct simpleflake::Id [] [src]

pub struct Id {
    pub timestamp: f64,
    pub random_bits: u32,
}

Fields

Trait Implementations

impl Clone for Id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Id
[src]

impl Debug for Id
[src]

Formats the value using the given formatter.