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