pub struct RCharIndices<'a> { /* private fields */ }
Expand description
Const equivalent of core::iter::Rev<core::str::CharIndices<'_>>
Implementations§
Trait Implementations§
Source§impl ConstIntoIter for RCharIndices<'_>
impl ConstIntoIter for RCharIndices<'_>
Auto Trait Implementations§
impl<'a> Freeze for RCharIndices<'a>
impl<'a> RefUnwindSafe for RCharIndices<'a>
impl<'a> Send for RCharIndices<'a>
impl<'a> Sync for RCharIndices<'a>
impl<'a> Unpin for RCharIndices<'a>
impl<'a> UnwindSafe for RCharIndices<'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