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