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