pub enum TextExtendSelection {
Word,
Line,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for TextExtendSelection
impl Clone for TextExtendSelection
Source§fn clone(&self) -> TextExtendSelection
fn clone(&self) -> TextExtendSelection
Returns a copy 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 TextExtendSelection
impl Debug for TextExtendSelection
Source§impl Display for TextExtendSelection
impl Display for TextExtendSelection
Source§impl<'a> FromValue<'a> for TextExtendSelection
impl<'a> FromValue<'a> for TextExtendSelection
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for TextExtendSelection
impl<'a> FromValueOptional<'a> for TextExtendSelection
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for TextExtendSelection
impl Hash for TextExtendSelection
Source§impl Ord for TextExtendSelection
impl Ord for TextExtendSelection
Source§fn cmp(&self, other: &TextExtendSelection) -> Ordering
fn cmp(&self, other: &TextExtendSelection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextExtendSelection
impl PartialEq for TextExtendSelection
Source§impl PartialOrd for TextExtendSelection
impl PartialOrd for TextExtendSelection
Source§impl SetValue for TextExtendSelection
impl SetValue for TextExtendSelection
Source§impl StaticType for TextExtendSelection
impl StaticType for TextExtendSelection
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for TextExtendSelection
impl Eq for TextExtendSelection
impl StructuralPartialEq for TextExtendSelection
Auto Trait Implementations§
impl Freeze for TextExtendSelection
impl RefUnwindSafe for TextExtendSelection
impl Send for TextExtendSelection
impl Sync for TextExtendSelection
impl Unpin for TextExtendSelection
impl UnwindSafe for TextExtendSelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.