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