pub struct TypeVarGen { /* private fields */ }Expand description
Type variable generator for fresh variables.
Implementations§
Trait Implementations§
Source§impl Clone for TypeVarGen
impl Clone for TypeVarGen
Source§fn clone(&self) -> TypeVarGen
fn clone(&self) -> TypeVarGen
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 moreSource§impl Debug for TypeVarGen
impl Debug for TypeVarGen
Source§impl Default for TypeVarGen
impl Default for TypeVarGen
Source§fn default() -> TypeVarGen
fn default() -> TypeVarGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeVarGen
impl RefUnwindSafe for TypeVarGen
impl Send for TypeVarGen
impl Sync for TypeVarGen
impl Unpin for TypeVarGen
impl UnwindSafe for TypeVarGen
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