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