pub struct WordBreakTypePotentiallyIllFormedUtf8;
Trait Implementations§
source§impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypePotentiallyIllFormedUtf8
impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypePotentiallyIllFormedUtf8
§type IterAttr = Utf8CharIndices<'s>
type IterAttr = Utf8CharIndices<'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 WordBreakTypePotentiallyIllFormedUtf8
impl RefUnwindSafe for WordBreakTypePotentiallyIllFormedUtf8
impl Send for WordBreakTypePotentiallyIllFormedUtf8
impl Sync for WordBreakTypePotentiallyIllFormedUtf8
impl Unpin for WordBreakTypePotentiallyIllFormedUtf8
impl UnwindSafe for WordBreakTypePotentiallyIllFormedUtf8
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