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