pub struct TypeVarId(pub u32);Expand description
Identifier for a type variable used during type checking / inference.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for TypeVarId
impl Eq for TypeVarId
impl StructuralPartialEq for TypeVarId
Auto Trait Implementations§
impl Freeze for TypeVarId
impl RefUnwindSafe for TypeVarId
impl Send for TypeVarId
impl Sync for TypeVarId
impl Unpin for TypeVarId
impl UnsafeUnpin for TypeVarId
impl UnwindSafe for TypeVarId
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