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