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