Struct sv_parser_syntaxtree::source_text::system_verilog_source_text::ModuleDeclarationWildcard
source · [−]pub struct ModuleDeclarationWildcard {
pub nodes: (Vec<AttributeInstance>, ModuleKeyword, Option<Lifetime>, ModuleIdentifier, Paren<Symbol>, Symbol, Option<TimeunitsDeclaration>, Vec<ModuleItem>, Keyword, Option<(Symbol, ModuleIdentifier)>),
}Fields
nodes: (Vec<AttributeInstance>, ModuleKeyword, Option<Lifetime>, ModuleIdentifier, Paren<Symbol>, Symbol, Option<TimeunitsDeclaration>, Vec<ModuleItem>, Keyword, Option<(Symbol, ModuleIdentifier)>)Trait Implementations
sourceimpl Clone for ModuleDeclarationWildcard
impl Clone for ModuleDeclarationWildcard
sourcefn clone(&self) -> ModuleDeclarationWildcard
fn clone(&self) -> ModuleDeclarationWildcard
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModuleDeclarationWildcard
impl Debug for ModuleDeclarationWildcard
sourceimpl<'a> From<&'a ModuleDeclarationWildcard> for RefNode<'a>
impl<'a> From<&'a ModuleDeclarationWildcard> for RefNode<'a>
sourcefn from(x: &'a ModuleDeclarationWildcard) -> Self
fn from(x: &'a ModuleDeclarationWildcard) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModuleDeclarationWildcard> for RefNodes<'a>
impl<'a> From<&'a ModuleDeclarationWildcard> for RefNodes<'a>
sourcefn from(x: &'a ModuleDeclarationWildcard) -> Self
fn from(x: &'a ModuleDeclarationWildcard) -> Self
Converts to this type from the input type.
sourceimpl From<ModuleDeclarationWildcard> for AnyNode
impl From<ModuleDeclarationWildcard> for AnyNode
sourcefn from(x: ModuleDeclarationWildcard) -> Self
fn from(x: ModuleDeclarationWildcard) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModuleDeclarationWildcard
impl<'a> IntoIterator for &'a ModuleDeclarationWildcard
sourceimpl PartialEq<ModuleDeclarationWildcard> for ModuleDeclarationWildcard
impl PartialEq<ModuleDeclarationWildcard> for ModuleDeclarationWildcard
sourcefn eq(&self, other: &ModuleDeclarationWildcard) -> bool
fn eq(&self, other: &ModuleDeclarationWildcard) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleDeclarationWildcard) -> bool
fn ne(&self, other: &ModuleDeclarationWildcard) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModuleDeclarationWildcard> for Locate
impl<'a> TryFrom<&'a ModuleDeclarationWildcard> for Locate
sourceimpl TryFrom<AnyNode> for ModuleDeclarationWildcard
impl TryFrom<AnyNode> for ModuleDeclarationWildcard
sourceimpl TryFrom<ModuleDeclarationWildcard> for Locate
impl TryFrom<ModuleDeclarationWildcard> for Locate
impl StructuralPartialEq for ModuleDeclarationWildcard
Auto Trait Implementations
impl RefUnwindSafe for ModuleDeclarationWildcard
impl Send for ModuleDeclarationWildcard
impl Sync for ModuleDeclarationWildcard
impl Unpin for ModuleDeclarationWildcard
impl UnwindSafe for ModuleDeclarationWildcard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more