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