pub struct DecodedSuperflake {
pub id: u64,
pub inc: u64,
pub epoch: u64,
pub node_id: u32,
pub timestamp: u64,
}Fields§
§id: u64§inc: u64§epoch: u64§node_id: u32§timestamp: u64Trait Implementations§
Source§impl Clone for DecodedSuperflake
impl Clone for DecodedSuperflake
Source§fn clone(&self) -> DecodedSuperflake
fn clone(&self) -> DecodedSuperflake
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DecodedSuperflake
impl RefUnwindSafe for DecodedSuperflake
impl Send for DecodedSuperflake
impl Sync for DecodedSuperflake
impl Unpin for DecodedSuperflake
impl UnwindSafe for DecodedSuperflake
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more