pub struct RangeInclusiveIter<T> { /* private fields */ }
Expand description
Implementations§
Source§impl RangeInclusiveIter<usize>
impl RangeInclusiveIter<usize>
Sourcepub const fn copy(&self) -> RangeInclusiveIter<usize>
pub const fn copy(&self) -> RangeInclusiveIter<usize>
Creates a clone of this iterator
Sourcepub const fn rev(self) -> RangeInclusiveIterRev<usize>
pub const fn rev(self) -> RangeInclusiveIterRev<usize>
Reverses the iterator
Trait Implementations§
Source§impl<T> IntoIterKind for RangeInclusiveIter<T>
impl<T> IntoIterKind for RangeInclusiveIter<T>
type Kind = IsIteratorKind
Auto Trait Implementations§
impl<T> Freeze for RangeInclusiveIter<T>where
T: Freeze,
impl<T> RefUnwindSafe for RangeInclusiveIter<T>where
T: RefUnwindSafe,
impl<T> Send for RangeInclusiveIter<T>where
T: Send,
impl<T> Sync for RangeInclusiveIter<T>where
T: Sync,
impl<T> Unpin for RangeInclusiveIter<T>where
T: Unpin,
impl<T> UnwindSafe for RangeInclusiveIter<T>where
T: 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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.