pub struct SnowflakeId { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SnowflakeId
impl RefUnwindSafe for SnowflakeId
impl Send for SnowflakeId
impl Sync for SnowflakeId
impl Unpin for SnowflakeId
impl UnsafeUnpin 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