pub struct VarDataTypeVar {
    pub nodes: (Keyword, DataTypeOrImplicit),
}Fields§
§nodes: (Keyword, DataTypeOrImplicit)Trait Implementations§
Source§impl Clone for VarDataTypeVar
 
impl Clone for VarDataTypeVar
Source§fn clone(&self) -> VarDataTypeVar
 
fn clone(&self) -> VarDataTypeVar
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 VarDataTypeVar
 
impl Debug for VarDataTypeVar
Source§impl<'a> From<&'a VarDataTypeVar> for RefNode<'a>
 
impl<'a> From<&'a VarDataTypeVar> for RefNode<'a>
Source§fn from(x: &'a VarDataTypeVar) -> RefNode<'a>
 
fn from(x: &'a VarDataTypeVar) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a VarDataTypeVar> for RefNodes<'a>
 
impl<'a> From<&'a VarDataTypeVar> for RefNodes<'a>
Source§fn from(x: &'a VarDataTypeVar) -> RefNodes<'a>
 
fn from(x: &'a VarDataTypeVar) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<VarDataTypeVar> for AnyNode
 
impl From<VarDataTypeVar> for AnyNode
Source§fn from(x: VarDataTypeVar) -> AnyNode
 
fn from(x: VarDataTypeVar) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a VarDataTypeVar
 
impl<'a> IntoIterator for &'a VarDataTypeVar
Source§impl PartialEq for VarDataTypeVar
 
impl PartialEq for VarDataTypeVar
Source§impl<'a> TryFrom<&'a VarDataTypeVar> for Locate
 
impl<'a> TryFrom<&'a VarDataTypeVar> for Locate
Source§impl TryFrom<AnyNode> for VarDataTypeVar
 
impl TryFrom<AnyNode> for VarDataTypeVar
Source§impl TryFrom<VarDataTypeVar> for Locate
 
impl TryFrom<VarDataTypeVar> for Locate
impl StructuralPartialEq for VarDataTypeVar
Auto Trait Implementations§
impl Freeze for VarDataTypeVar
impl RefUnwindSafe for VarDataTypeVar
impl Send for VarDataTypeVar
impl Sync for VarDataTypeVar
impl Unpin for VarDataTypeVar
impl UnwindSafe for VarDataTypeVar
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