pub struct TokenRepetition<'tree> {
pub span: Span,
pub children: Vec<TokenRepetitionChildren<'tree>>,
}Fields§
§span: Span§children: Vec<TokenRepetitionChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for TokenRepetition<'tree>
impl<'tree> Clone for TokenRepetition<'tree>
Source§fn clone(&self) -> TokenRepetition<'tree>
fn clone(&self) -> TokenRepetition<'tree>
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<'tree> Debug for TokenRepetition<'tree>
impl<'tree> Debug for TokenRepetition<'tree>
Source§impl<'tree> FromNode<'tree> for TokenRepetition<'tree>
impl<'tree> FromNode<'tree> for TokenRepetition<'tree>
Source§impl<'tree> PartialEq for TokenRepetition<'tree>
impl<'tree> PartialEq for TokenRepetition<'tree>
Source§impl Spanned for TokenRepetition<'_>
impl Spanned for TokenRepetition<'_>
impl<'tree> Eq for TokenRepetition<'tree>
impl<'tree> StructuralPartialEq for TokenRepetition<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TokenRepetition<'tree>
impl<'tree> RefUnwindSafe for TokenRepetition<'tree>
impl<'tree> Send for TokenRepetition<'tree>
impl<'tree> Sync for TokenRepetition<'tree>
impl<'tree> Unpin for TokenRepetition<'tree>
impl<'tree> UnsafeUnpin for TokenRepetition<'tree>
impl<'tree> UnwindSafe for TokenRepetition<'tree>
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