Struct sv_parser_syntaxtree::source_text::system_verilog_source_text::ModuleDeclarationExternAnsi
source · [−]pub struct ModuleDeclarationExternAnsi {
pub nodes: (Keyword, ModuleAnsiHeader),
}Fields
nodes: (Keyword, ModuleAnsiHeader)Trait Implementations
sourceimpl Clone for ModuleDeclarationExternAnsi
impl Clone for ModuleDeclarationExternAnsi
sourcefn clone(&self) -> ModuleDeclarationExternAnsi
fn clone(&self) -> ModuleDeclarationExternAnsi
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 ModuleDeclarationExternAnsi
impl Debug for ModuleDeclarationExternAnsi
sourceimpl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNodes<'a>
impl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNodes<'a>
sourcefn from(x: &'a ModuleDeclarationExternAnsi) -> Self
fn from(x: &'a ModuleDeclarationExternAnsi) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNode<'a>
impl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNode<'a>
sourcefn from(x: &'a ModuleDeclarationExternAnsi) -> Self
fn from(x: &'a ModuleDeclarationExternAnsi) -> Self
Converts to this type from the input type.
sourceimpl From<ModuleDeclarationExternAnsi> for AnyNode
impl From<ModuleDeclarationExternAnsi> for AnyNode
sourcefn from(x: ModuleDeclarationExternAnsi) -> Self
fn from(x: ModuleDeclarationExternAnsi) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModuleDeclarationExternAnsi
impl<'a> IntoIterator for &'a ModuleDeclarationExternAnsi
sourceimpl PartialEq<ModuleDeclarationExternAnsi> for ModuleDeclarationExternAnsi
impl PartialEq<ModuleDeclarationExternAnsi> for ModuleDeclarationExternAnsi
sourcefn eq(&self, other: &ModuleDeclarationExternAnsi) -> bool
fn eq(&self, other: &ModuleDeclarationExternAnsi) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleDeclarationExternAnsi) -> bool
fn ne(&self, other: &ModuleDeclarationExternAnsi) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModuleDeclarationExternAnsi> for Locate
impl<'a> TryFrom<&'a ModuleDeclarationExternAnsi> for Locate
sourceimpl TryFrom<AnyNode> for ModuleDeclarationExternAnsi
impl TryFrom<AnyNode> for ModuleDeclarationExternAnsi
sourceimpl TryFrom<ModuleDeclarationExternAnsi> for Locate
impl TryFrom<ModuleDeclarationExternAnsi> for Locate
impl StructuralPartialEq for ModuleDeclarationExternAnsi
Auto Trait Implementations
impl RefUnwindSafe for ModuleDeclarationExternAnsi
impl Send for ModuleDeclarationExternAnsi
impl Sync for ModuleDeclarationExternAnsi
impl Unpin for ModuleDeclarationExternAnsi
impl UnwindSafe for ModuleDeclarationExternAnsi
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