pub struct NetPortTypeInterconnect {
    pub nodes: (Keyword, ImplicitDataType),
}Fields§
§nodes: (Keyword, ImplicitDataType)Trait Implementations§
Source§impl Clone for NetPortTypeInterconnect
 
impl Clone for NetPortTypeInterconnect
Source§fn clone(&self) -> NetPortTypeInterconnect
 
fn clone(&self) -> NetPortTypeInterconnect
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 NetPortTypeInterconnect
 
impl Debug for NetPortTypeInterconnect
Source§impl<'a> From<&'a NetPortTypeInterconnect> for RefNode<'a>
 
impl<'a> From<&'a NetPortTypeInterconnect> for RefNode<'a>
Source§fn from(x: &'a NetPortTypeInterconnect) -> RefNode<'a>
 
fn from(x: &'a NetPortTypeInterconnect) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a NetPortTypeInterconnect> for RefNodes<'a>
 
impl<'a> From<&'a NetPortTypeInterconnect> for RefNodes<'a>
Source§fn from(x: &'a NetPortTypeInterconnect) -> RefNodes<'a>
 
fn from(x: &'a NetPortTypeInterconnect) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<NetPortTypeInterconnect> for AnyNode
 
impl From<NetPortTypeInterconnect> for AnyNode
Source§fn from(x: NetPortTypeInterconnect) -> AnyNode
 
fn from(x: NetPortTypeInterconnect) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a NetPortTypeInterconnect
 
impl<'a> IntoIterator for &'a NetPortTypeInterconnect
Source§impl PartialEq for NetPortTypeInterconnect
 
impl PartialEq for NetPortTypeInterconnect
Source§impl<'a> TryFrom<&'a NetPortTypeInterconnect> for Locate
 
impl<'a> TryFrom<&'a NetPortTypeInterconnect> for Locate
Source§impl TryFrom<AnyNode> for NetPortTypeInterconnect
 
impl TryFrom<AnyNode> for NetPortTypeInterconnect
Source§impl TryFrom<NetPortTypeInterconnect> for Locate
 
impl TryFrom<NetPortTypeInterconnect> for Locate
impl StructuralPartialEq for NetPortTypeInterconnect
Auto Trait Implementations§
impl Freeze for NetPortTypeInterconnect
impl RefUnwindSafe for NetPortTypeInterconnect
impl Send for NetPortTypeInterconnect
impl Sync for NetPortTypeInterconnect
impl Unpin for NetPortTypeInterconnect
impl UnwindSafe for NetPortTypeInterconnect
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