pub struct WordBreakTypeUtf8;Trait Implementations§
Source§impl Debug for WordBreakTypeUtf8
impl Debug for WordBreakTypeUtf8
Source§impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypeUtf8
impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypeUtf8
Source§type IterAttr = CharIndices<'s>
type IterAttr = CharIndices<'s>
The iterator over characters.
fn get_current_position_character_len( iter: &RuleBreakIterator<'_, '_, Self>, ) -> usize
fn handle_complex_language( iter: &mut RuleBreakIterator<'l, 's, Self>, left_codepoint: Self::CharType, ) -> Option<usize>
Auto Trait Implementations§
impl Freeze for WordBreakTypeUtf8
impl RefUnwindSafe for WordBreakTypeUtf8
impl Send for WordBreakTypeUtf8
impl Sync for WordBreakTypeUtf8
impl Unpin for WordBreakTypeUtf8
impl UnsafeUnpin for WordBreakTypeUtf8
impl UnwindSafe for WordBreakTypeUtf8
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