pub struct RangeIter<Idx, Direction> { /* private fields */ }
Expand description
Iterator over a range
Auto Trait Implementations§
impl<Idx, Direction> Freeze for RangeIter<Idx, Direction>
impl<Idx, Direction> RefUnwindSafe for RangeIter<Idx, Direction>where
Idx: RefUnwindSafe,
Direction: RefUnwindSafe,
impl<Idx, Direction> Send for RangeIter<Idx, Direction>
impl<Idx, Direction> Sync for RangeIter<Idx, Direction>
impl<Idx, Direction> Unpin for RangeIter<Idx, Direction>
impl<Idx, Direction> UnwindSafe for RangeIter<Idx, Direction>where
Idx: UnwindSafe,
Direction: 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