Struct icu_segmenter::rule_segmenter::RuleBreakTypeLatin1
source · 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
§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