pub struct ListOfPortIdentifiers<'a>(pub PortIdentifier<'a>, pub Vec<UnpackedDimension<'a>>, pub Vec<(Metadata<'a>, PortIdentifier<'a>, Vec<UnpackedDimension<'a>>)>);Tuple Fields§
§0: PortIdentifier<'a>§1: Vec<UnpackedDimension<'a>>§2: Vec<(Metadata<'a>, PortIdentifier<'a>, Vec<UnpackedDimension<'a>>)>Trait Implementations§
Source§impl<'a> Clone for ListOfPortIdentifiers<'a>
impl<'a> Clone for ListOfPortIdentifiers<'a>
Source§fn clone(&self) -> ListOfPortIdentifiers<'a>
fn clone(&self) -> ListOfPortIdentifiers<'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 ListOfPortIdentifiers<'a>
impl<'a> Debug for ListOfPortIdentifiers<'a>
Source§impl<'a> PartialEq for ListOfPortIdentifiers<'a>
impl<'a> PartialEq for ListOfPortIdentifiers<'a>
impl<'a> StructuralPartialEq for ListOfPortIdentifiers<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListOfPortIdentifiers<'a>
impl<'a> RefUnwindSafe for ListOfPortIdentifiers<'a>
impl<'a> Send for ListOfPortIdentifiers<'a>
impl<'a> Sync for ListOfPortIdentifiers<'a>
impl<'a> Unpin for ListOfPortIdentifiers<'a>
impl<'a> UnwindSafe for ListOfPortIdentifiers<'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