pub struct FreshVarGen { /* private fields */ }Expand description
Simple monotonic counter for fresh variable IDs used during inlining.
Auto Trait Implementations§
impl Freeze for FreshVarGen
impl RefUnwindSafe for FreshVarGen
impl Send for FreshVarGen
impl Sync for FreshVarGen
impl Unpin for FreshVarGen
impl UnsafeUnpin for FreshVarGen
impl UnwindSafe for FreshVarGen
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