pub struct TyVarGenerator { /* private fields */ }Expand description
Type variable generator for fresh variables
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TyVarGenerator
impl RefUnwindSafe for TyVarGenerator
impl Send for TyVarGenerator
impl Sync for TyVarGenerator
impl Unpin for TyVarGenerator
impl UnwindSafe for TyVarGenerator
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