Struct Chars
struct Chars<'ch> { ... }
Parallel iterator over the characters of a string
Implementations
impl<'ch> Clone for Chars<'ch>
fn clone(self: &Self) -> Chars<'ch>
impl<'ch> Debug for Chars<'ch>
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<'ch> Freeze for Chars<'ch>
impl<'ch> ParallelIterator for Chars<'ch>
fn drive_unindexed<C>(self: Self, consumer: C) -> <C as >::Result where C: UnindexedConsumer<<Self as >::Item>
impl<'ch> RefUnwindSafe for Chars<'ch>
impl<'ch> Send for Chars<'ch>
impl<'ch> Sync for Chars<'ch>
impl<'ch> Unpin for Chars<'ch>
impl<'ch> UnwindSafe for Chars<'ch>
impl<T> Any for Chars<'ch>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Chars<'ch>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Chars<'ch>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Chars<'ch>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Chars<'ch>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> IntoParallelIterator for Chars<'ch>
fn into_par_iter(self: Self) -> T
impl<T> Pointable for Chars<'ch>
unsafe fn init(init: <T as Pointable>::Init) -> usizeunsafe fn deref<'a>(ptr: usize) -> &'a Tunsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Tunsafe fn drop(ptr: usize)
impl<T> ToOwned for Chars<'ch>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Chars<'ch>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Chars<'ch>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Chars<'ch>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>