pub struct IdTool;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdTool
impl RefUnwindSafe for IdTool
impl Send for IdTool
impl Sync for IdTool
impl Unpin for IdTool
impl UnsafeUnpin for IdTool
impl UnwindSafe for IdTool
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