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