pub struct FreshNameSeq { /* private fields */ }Expand description
Utility for generating sequences of fresh variable names in a context.
Implementations§
Source§impl FreshNameSeq
impl FreshNameSeq
Trait Implementations§
Source§impl Clone for FreshNameSeq
impl Clone for FreshNameSeq
Source§fn clone(&self) -> FreshNameSeq
fn clone(&self) -> FreshNameSeq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FreshNameSeq
impl RefUnwindSafe for FreshNameSeq
impl Send for FreshNameSeq
impl Sync for FreshNameSeq
impl Unpin for FreshNameSeq
impl UnsafeUnpin for FreshNameSeq
impl UnwindSafe for FreshNameSeq
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