pub struct SnowflakeGenerator { /* private fields */ }Expand description
雪花算法 ID 生成器
Implementations§
Trait Implementations§
Source§impl IdGenerator for SnowflakeGenerator
impl IdGenerator for SnowflakeGenerator
Auto Trait Implementations§
impl !Freeze for SnowflakeGenerator
impl !RefUnwindSafe for SnowflakeGenerator
impl Send for SnowflakeGenerator
impl Sync for SnowflakeGenerator
impl Unpin for SnowflakeGenerator
impl UnsafeUnpin for SnowflakeGenerator
impl UnwindSafe for SnowflakeGenerator
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