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