pub struct FreshNameGen { /* private fields */ }Expand description
Generates fresh name strings of the form prefix_N.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FreshNameGen
impl RefUnwindSafe for FreshNameGen
impl Send for FreshNameGen
impl Sync for FreshNameGen
impl Unpin for FreshNameGen
impl UnsafeUnpin for FreshNameGen
impl UnwindSafe for FreshNameGen
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