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