Struct konst::string::RCharIndices
source · 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