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