[][src]Enum atk::TextBoundary

pub enum TextBoundary {
    Char,
    WordStart,
    WordEnd,
    SentenceStart,
    SentenceEnd,
    LineStart,
    LineEnd,
    // some variants omitted
}

Variants

Char
WordStart
WordEnd
SentenceStart
SentenceEnd
LineStart
LineEnd

Trait Implementations

impl Clone for TextBoundary[src]

impl Copy for TextBoundary[src]

impl Eq for TextBoundary[src]

impl Ord for TextBoundary[src]

impl PartialEq<TextBoundary> for TextBoundary[src]

impl PartialOrd<TextBoundary> for TextBoundary[src]

impl Display for TextBoundary[src]

impl Debug for TextBoundary[src]

impl Hash for TextBoundary[src]

impl StructuralPartialEq for TextBoundary[src]

impl StructuralEq for TextBoundary[src]

impl StaticType for TextBoundary[src]

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

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

impl SetValue for TextBoundary[src]

Auto Trait Implementations

impl Send for TextBoundary

impl Sync for TextBoundary

impl Unpin for TextBoundary

impl UnwindSafe for TextBoundary

impl RefUnwindSafe for TextBoundary

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]