#[non_exhaustive]pub struct Latin1;Expand description
RuleBreakType for Latin-1 strings
Trait Implementations§
Source§impl RuleBreakType for Latin1
impl RuleBreakType for Latin1
impl LineBreakType for Latin1
impl Sealed for Latin1
impl WordBreakType for Latin1
Auto Trait Implementations§
impl Freeze for Latin1
impl RefUnwindSafe for Latin1
impl Send for Latin1
impl Sync for Latin1
impl Unpin for Latin1
impl UnsafeUnpin for Latin1
impl UnwindSafe for Latin1
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