pub struct SnowflakeGenerator { /* private fields */ }
Expand description
A generator for Discord-compatible Snowflake IDs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnowflakeGenerator
impl RefUnwindSafe for SnowflakeGenerator
impl Send for SnowflakeGenerator
impl Sync for SnowflakeGenerator
impl Unpin 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