pub struct DefaultWordDivideRule;
Expand description
Struct with default word divide behavior
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultWordDivideRule
impl RefUnwindSafe for DefaultWordDivideRule
impl Send for DefaultWordDivideRule
impl Sync for DefaultWordDivideRule
impl Unpin for DefaultWordDivideRule
impl UnwindSafe for DefaultWordDivideRule
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