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