pub enum TextBoundaryMode {
UnicodeWord,
Identifier,
}Variants§
Trait Implementations§
Source§impl Clone for TextBoundaryMode
impl Clone for TextBoundaryMode
Source§fn clone(&self) -> TextBoundaryMode
fn clone(&self) -> TextBoundaryMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextBoundaryMode
impl Debug for TextBoundaryMode
Source§impl Default for TextBoundaryMode
impl Default for TextBoundaryMode
Source§fn default() -> TextBoundaryMode
fn default() -> TextBoundaryMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for TextBoundaryMode
impl PartialEq for TextBoundaryMode
impl Copy for TextBoundaryMode
impl Eq for TextBoundaryMode
impl StructuralPartialEq for TextBoundaryMode
Auto Trait Implementations§
impl Freeze for TextBoundaryMode
impl RefUnwindSafe for TextBoundaryMode
impl Send for TextBoundaryMode
impl Sync for TextBoundaryMode
impl Unpin for TextBoundaryMode
impl UnsafeUnpin for TextBoundaryMode
impl UnwindSafe for TextBoundaryMode
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