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