pub struct Nth<'s> {
pub index: NthIndex<'s>,
pub matcher: Option<NthMatcher<'s>>,
pub span: Span,
}Fields§
§index: NthIndex<'s>§matcher: Option<NthMatcher<'s>>§span: SpanTrait Implementations§
impl<'s> StructuralPartialEq for Nth<'s>
Auto Trait Implementations§
impl<'s> Freeze for Nth<'s>
impl<'s> RefUnwindSafe for Nth<'s>
impl<'s> Send for Nth<'s>
impl<'s> Sync for Nth<'s>
impl<'s> Unpin for Nth<'s>
impl<'s> UnsafeUnpin for Nth<'s>
impl<'s> UnwindSafe for Nth<'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