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