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