[][src]Enum atk::TextGranularity

pub enum TextGranularity {
    Char,
    Word,
    Sentence,
    Line,
    Paragraph,
    // some variants omitted
}

Variants

Char
Word
Sentence
Line
Paragraph

Trait Implementations

impl Clone for TextGranularity[src]

impl Copy for TextGranularity[src]

impl Eq for TextGranularity[src]

impl Ord for TextGranularity[src]

impl PartialEq<TextGranularity> for TextGranularity[src]

impl PartialOrd<TextGranularity> for TextGranularity[src]

impl Display for TextGranularity[src]

impl Debug for TextGranularity[src]

impl Hash for TextGranularity[src]

impl StructuralPartialEq for TextGranularity[src]

impl StructuralEq for TextGranularity[src]

impl StaticType for TextGranularity[src]

impl<'a> FromValue<'a> for TextGranularity[src]

impl<'a> FromValueOptional<'a> for TextGranularity[src]

impl SetValue for TextGranularity[src]

Auto Trait Implementations

impl Send for TextGranularity

impl Sync for TextGranularity

impl Unpin for TextGranularity

impl UnwindSafe for TextGranularity

impl RefUnwindSafe for TextGranularity

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]