pub struct IdUtil;Expand description
ID工具,用于生成ID使用,UUID和雪花算法
Implementations§
Auto Trait Implementations§
impl Freeze for IdUtil
impl RefUnwindSafe for IdUtil
impl Send for IdUtil
impl Sync for IdUtil
impl Unpin for IdUtil
impl UnwindSafe for IdUtil
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