pub enum NthIndex<'s> {
Odd(Ident<'s>),
Even(Ident<'s>),
Integer(Number<'s>),
AnPlusB(AnPlusB),
}Variants§
Trait Implementations§
Source§impl<'s> PartialEq for NthIndex<'s>
impl<'s> PartialEq for NthIndex<'s>
impl<'s> StructuralPartialEq for NthIndex<'s>
Auto Trait Implementations§
impl<'s> Freeze for NthIndex<'s>
impl<'s> RefUnwindSafe for NthIndex<'s>
impl<'s> Send for NthIndex<'s>
impl<'s> Sync for NthIndex<'s>
impl<'s> Unpin for NthIndex<'s>
impl<'s> UnsafeUnpin for NthIndex<'s>
impl<'s> UnwindSafe for NthIndex<'s>
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