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