pub struct RuleBreakTypePotentiallyIllFormedUtf8;
Trait Implementations§
source§impl<'l, 's> RuleBreakType<'l, 's> for RuleBreakTypePotentiallyIllFormedUtf8
impl<'l, 's> RuleBreakType<'l, 's> for RuleBreakTypePotentiallyIllFormedUtf8
§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( _: &mut RuleBreakIterator<'_, '_, Self>, _: Self::CharType, ) -> Option<usize>
Auto Trait Implementations§
impl Freeze for RuleBreakTypePotentiallyIllFormedUtf8
impl RefUnwindSafe for RuleBreakTypePotentiallyIllFormedUtf8
impl Send for RuleBreakTypePotentiallyIllFormedUtf8
impl Sync for RuleBreakTypePotentiallyIllFormedUtf8
impl Unpin for RuleBreakTypePotentiallyIllFormedUtf8
impl UnwindSafe for RuleBreakTypePotentiallyIllFormedUtf8
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