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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextBoundaryMode
Source§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
impl Eq for TextBoundaryMode
Source§impl PartialEq for TextBoundaryMode
impl PartialEq for TextBoundaryMode
Source§fn eq(&self, other: &TextBoundaryMode) -> bool
fn eq(&self, other: &TextBoundaryMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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