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