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