pub struct Sonyflake(/* private fields */);Expand description
Sonyflake is a distributed unique ID generator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sonyflake
impl RefUnwindSafe for Sonyflake
impl Send for Sonyflake
impl Sync for Sonyflake
impl Unpin for Sonyflake
impl UnwindSafe for Sonyflake
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