pub struct InterfaceDeclarationWildcard {
    pub nodes: (Vec<AttributeInstance>, Keyword, Option<Lifetime>, InterfaceIdentifier, Paren<Symbol>, Symbol, Option<TimeunitsDeclaration>, Vec<InterfaceItem>, Keyword, Option<(Symbol, InterfaceIdentifier)>),
}Fields§
§nodes: (Vec<AttributeInstance>, Keyword, Option<Lifetime>, InterfaceIdentifier, Paren<Symbol>, Symbol, Option<TimeunitsDeclaration>, Vec<InterfaceItem>, Keyword, Option<(Symbol, InterfaceIdentifier)>)Trait Implementations§
Source§impl Clone for InterfaceDeclarationWildcard
 
impl Clone for InterfaceDeclarationWildcard
Source§fn clone(&self) -> InterfaceDeclarationWildcard
 
fn clone(&self) -> InterfaceDeclarationWildcard
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 InterfaceDeclarationWildcard
 
impl Debug for InterfaceDeclarationWildcard
Source§impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNode<'a>
 
impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNode<'a>
Source§fn from(x: &'a InterfaceDeclarationWildcard) -> RefNode<'a>
 
fn from(x: &'a InterfaceDeclarationWildcard) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNodes<'a>
 
impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNodes<'a>
Source§fn from(x: &'a InterfaceDeclarationWildcard) -> RefNodes<'a>
 
fn from(x: &'a InterfaceDeclarationWildcard) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<InterfaceDeclarationWildcard> for AnyNode
 
impl From<InterfaceDeclarationWildcard> for AnyNode
Source§fn from(x: InterfaceDeclarationWildcard) -> AnyNode
 
fn from(x: InterfaceDeclarationWildcard) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a InterfaceDeclarationWildcard
 
impl<'a> IntoIterator for &'a InterfaceDeclarationWildcard
Source§impl PartialEq for InterfaceDeclarationWildcard
 
impl PartialEq for InterfaceDeclarationWildcard
Source§fn eq(&self, other: &InterfaceDeclarationWildcard) -> bool
 
fn eq(&self, other: &InterfaceDeclarationWildcard) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a InterfaceDeclarationWildcard> for Locate
 
impl<'a> TryFrom<&'a InterfaceDeclarationWildcard> for Locate
Source§impl TryFrom<InterfaceDeclarationWildcard> for Locate
 
impl TryFrom<InterfaceDeclarationWildcard> for Locate
impl StructuralPartialEq for InterfaceDeclarationWildcard
Auto Trait Implementations§
impl Freeze for InterfaceDeclarationWildcard
impl RefUnwindSafe for InterfaceDeclarationWildcard
impl Send for InterfaceDeclarationWildcard
impl Sync for InterfaceDeclarationWildcard
impl Unpin for InterfaceDeclarationWildcard
impl UnwindSafe for InterfaceDeclarationWildcard
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