pub struct IndexNext<Index>(/* private fields */);
Expand description
(internal) Skip the first part.
Trait Implementations§
Source§impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckConst<'a, PluckedPart, IndexNext<Index>> for Const<SkippedPart, Reference>
(internal) Skips the constant first part while plucking a constant part.
impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckConst<'a, PluckedPart, IndexNext<Index>> for Const<SkippedPart, Reference>
(internal) Skips the constant first part while plucking a constant part.
Source§impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckConst<'a, PluckedPart, IndexNext<Index>> for Mut<SkippedPart, Reference>
(internal) Skips the mutable first part while plucking a constant part.
impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckConst<'a, PluckedPart, IndexNext<Index>> for Mut<SkippedPart, Reference>
(internal) Skips the mutable first part while plucking a constant part.
Source§impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckMut<'a, PluckedPart, IndexNext<Index>> for Const<SkippedPart, Reference>
(internal) Skips the constant first part while plucking a mutable part.
impl<'a, PluckedPart, SkippedPart, Reference, Index> PluckMut<'a, PluckedPart, IndexNext<Index>> for Const<SkippedPart, Reference>
(internal) Skips the constant first part while plucking a mutable part.
Auto Trait Implementations§
impl<Index> Freeze for IndexNext<Index>where
Index: Freeze,
impl<Index> RefUnwindSafe for IndexNext<Index>where
Index: RefUnwindSafe,
impl<Index> Send for IndexNext<Index>where
Index: Send,
impl<Index> Sync for IndexNext<Index>where
Index: Sync,
impl<Index> Unpin for IndexNext<Index>where
Index: Unpin,
impl<Index> UnwindSafe for IndexNext<Index>where
Index: UnwindSafe,
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