pub struct CheckerPortList<'a>(pub CheckerPortItem<'a>, pub Vec<(Metadata<'a>, CheckerPortItem<'a>)>);Tuple Fields§
§0: CheckerPortItem<'a>§1: Vec<(Metadata<'a>, CheckerPortItem<'a>)>Implementations§
Source§impl<'a: 'b, 'b> CheckerPortList<'a>
impl<'a: 'b, 'b> CheckerPortList<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the CheckerPortList and its children
Trait Implementations§
Source§impl<'a> Clone for CheckerPortList<'a>
impl<'a> Clone for CheckerPortList<'a>
Source§fn clone(&self) -> CheckerPortList<'a>
fn clone(&self) -> CheckerPortList<'a>
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<'a> Debug for CheckerPortList<'a>
impl<'a> Debug for CheckerPortList<'a>
Source§impl<'a: 'b, 'b> From<&'b CheckerPortList<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b CheckerPortList<'a>> for Node<'a, 'b>
Source§fn from(value: &'b CheckerPortList<'a>) -> Self
fn from(value: &'b CheckerPortList<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b CheckerPortList<'a>
impl<'a: 'b, 'b> IntoIterator for &'b CheckerPortList<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for CheckerPortList<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for CheckerPortList<'a>
Source§impl<'a> PartialEq for CheckerPortList<'a>
impl<'a> PartialEq for CheckerPortList<'a>
impl<'a> StructuralPartialEq for CheckerPortList<'a>
Auto Trait Implementations§
impl<'a> Freeze for CheckerPortList<'a>
impl<'a> RefUnwindSafe for CheckerPortList<'a>
impl<'a> Send for CheckerPortList<'a>
impl<'a> Sync for CheckerPortList<'a>
impl<'a> Unpin for CheckerPortList<'a>
impl<'a> UnsafeUnpin for CheckerPortList<'a>
impl<'a> UnwindSafe for CheckerPortList<'a>
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