pub struct TypeVariable(pub Node);
Tuple Fields§
§0: Node
Trait Implementations§
Source§impl Clone for TypeVariable
impl Clone for TypeVariable
Source§fn clone(&self) -> TypeVariable
fn clone(&self) -> TypeVariable
Returns a copy 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 TypeVariable
impl Debug for TypeVariable
Source§impl Default for TypeVariable
impl Default for TypeVariable
Source§fn default() -> TypeVariable
fn default() -> TypeVariable
Returns the “default value” for a type. Read more
Source§impl Hash for TypeVariable
impl Hash for TypeVariable
Source§impl PartialEq for TypeVariable
impl PartialEq for TypeVariable
impl Eq for TypeVariable
impl StructuralPartialEq for TypeVariable
Auto Trait Implementations§
impl Freeze for TypeVariable
impl RefUnwindSafe for TypeVariable
impl Send for TypeVariable
impl Sync for TypeVariable
impl Unpin for TypeVariable
impl UnwindSafe for TypeVariable
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