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