pub struct NameGeneratorExt { /* private fields */ }Expand description
Generates fresh unique names.
Implementations§
Auto Trait Implementations§
impl Freeze for NameGeneratorExt
impl RefUnwindSafe for NameGeneratorExt
impl Send for NameGeneratorExt
impl Sync for NameGeneratorExt
impl Unpin for NameGeneratorExt
impl UnsafeUnpin for NameGeneratorExt
impl UnwindSafe for NameGeneratorExt
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