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