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