pub struct OutputDeclarationNet {
    pub nodes: (Keyword, NetPortType, ListOfPortIdentifiers),
}Fields§
§nodes: (Keyword, NetPortType, ListOfPortIdentifiers)Trait Implementations§
Source§impl Clone for OutputDeclarationNet
 
impl Clone for OutputDeclarationNet
Source§fn clone(&self) -> OutputDeclarationNet
 
fn clone(&self) -> OutputDeclarationNet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for OutputDeclarationNet
 
impl Debug for OutputDeclarationNet
Source§impl<'a> From<&'a OutputDeclarationNet> for RefNode<'a>
 
impl<'a> From<&'a OutputDeclarationNet> for RefNode<'a>
Source§fn from(x: &'a OutputDeclarationNet) -> RefNode<'a>
 
fn from(x: &'a OutputDeclarationNet) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a OutputDeclarationNet> for RefNodes<'a>
 
impl<'a> From<&'a OutputDeclarationNet> for RefNodes<'a>
Source§fn from(x: &'a OutputDeclarationNet) -> RefNodes<'a>
 
fn from(x: &'a OutputDeclarationNet) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<OutputDeclarationNet> for AnyNode
 
impl From<OutputDeclarationNet> for AnyNode
Source§fn from(x: OutputDeclarationNet) -> AnyNode
 
fn from(x: OutputDeclarationNet) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a OutputDeclarationNet
 
impl<'a> IntoIterator for &'a OutputDeclarationNet
Source§impl PartialEq for OutputDeclarationNet
 
impl PartialEq for OutputDeclarationNet
Source§impl<'a> TryFrom<&'a OutputDeclarationNet> for Locate
 
impl<'a> TryFrom<&'a OutputDeclarationNet> for Locate
Source§impl TryFrom<AnyNode> for OutputDeclarationNet
 
impl TryFrom<AnyNode> for OutputDeclarationNet
Source§impl TryFrom<OutputDeclarationNet> for Locate
 
impl TryFrom<OutputDeclarationNet> for Locate
impl StructuralPartialEq for OutputDeclarationNet
Auto Trait Implementations§
impl Freeze for OutputDeclarationNet
impl RefUnwindSafe for OutputDeclarationNet
impl Send for OutputDeclarationNet
impl Sync for OutputDeclarationNet
impl Unpin for OutputDeclarationNet
impl UnwindSafe for OutputDeclarationNet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more