pub struct ListOfPortConnectionsOrdered {
pub nodes: (List<Symbol, OrderedPortConnection>,),
}Fields§
§nodes: (List<Symbol, OrderedPortConnection>,)Trait Implementations§
source§impl Clone for ListOfPortConnectionsOrdered
impl Clone for ListOfPortConnectionsOrdered
source§fn clone(&self) -> ListOfPortConnectionsOrdered
fn clone(&self) -> ListOfPortConnectionsOrdered
Returns a copy 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 ListOfPortConnectionsOrdered
impl Debug for ListOfPortConnectionsOrdered
source§impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNode<'a>
impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNode<'a>
source§fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNode<'a>
fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNodes<'a>
impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNodes<'a>
source§fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNodes<'a>
fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ListOfPortConnectionsOrdered> for AnyNode
impl From<ListOfPortConnectionsOrdered> for AnyNode
source§fn from(x: ListOfPortConnectionsOrdered) -> AnyNode
fn from(x: ListOfPortConnectionsOrdered) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ListOfPortConnectionsOrdered
impl<'a> IntoIterator for &'a ListOfPortConnectionsOrdered
source§impl PartialEq<ListOfPortConnectionsOrdered> for ListOfPortConnectionsOrdered
impl PartialEq<ListOfPortConnectionsOrdered> for ListOfPortConnectionsOrdered
source§fn eq(&self, other: &ListOfPortConnectionsOrdered) -> bool
fn eq(&self, other: &ListOfPortConnectionsOrdered) -> bool
This method tests for
self and other values to be equal, and is used
by ==.