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