Struct USentenceBoundIndices
struct USentenceBoundIndices<'a> { ... }
External iterator for sentence boundaries and byte offsets.
This struct is created by the split_sentence_bound_indices method on the
UnicodeSegmentation trait. See its documentation for more.
Implementations
impl<'a> Clone for USentenceBoundIndices<'a>
fn clone(self: &Self) -> USentenceBoundIndices<'a>
impl<'a> Debug for USentenceBoundIndices<'a>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<'a> Freeze for USentenceBoundIndices<'a>
impl<'a> Iterator for USentenceBoundIndices<'a>
fn next(self: &mut Self) -> Option<(usize, &'a str)>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl<'a> RefUnwindSafe for USentenceBoundIndices<'a>
impl<'a> Send for USentenceBoundIndices<'a>
impl<'a> Sync for USentenceBoundIndices<'a>
impl<'a> Unpin for USentenceBoundIndices<'a>
impl<'a> UnsafeUnpin for USentenceBoundIndices<'a>
impl<'a> UnwindSafe for USentenceBoundIndices<'a>
impl<I> IntoIterator for USentenceBoundIndices<'a>
fn into_iter(self: Self) -> I
impl<T> Any for USentenceBoundIndices<'a>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for USentenceBoundIndices<'a>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for USentenceBoundIndices<'a>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for USentenceBoundIndices<'a>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for USentenceBoundIndices<'a>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for USentenceBoundIndices<'a>
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 USentenceBoundIndices<'a>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for USentenceBoundIndices<'a>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>