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