pub struct SnowFlakeId { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for SnowFlakeId
impl Debug for SnowFlakeId
Source§impl Default for SnowFlakeId
impl Default for SnowFlakeId
Source§fn default() -> SnowFlakeId
fn default() -> SnowFlakeId
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SnowFlakeId
impl RefUnwindSafe for SnowFlakeId
impl Send for SnowFlakeId
impl Sync for SnowFlakeId
impl Unpin for SnowFlakeId
impl UnwindSafe for SnowFlakeId
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