pub struct FVarIdGen { /* private fields */ }Expand description
Generator for fresh free variable IDs.
Produces a strictly increasing sequence of unique IDs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FVarIdGen
impl RefUnwindSafe for FVarIdGen
impl Send for FVarIdGen
impl Sync for FVarIdGen
impl Unpin for FVarIdGen
impl UnsafeUnpin for FVarIdGen
impl UnwindSafe for FVarIdGen
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