Struct ux::Action[][src]

pub struct Action(_, _);

Trait Implementations

impl Clone for Action[src]

impl Debug for Action[src]

impl Display for Action[src]

impl Eq for Action[src]

impl Hash for Action[src]

impl Is<Action> for Action[src]

impl IsA<Action> for PanAction[src]

impl IsA<Action> for TapAction[src]

impl IsA<Action> for SwipeAction[src]

impl IsA<Action> for DropAction[src]

impl IsA<Action> for ZoomAction[src]

impl IsA<Action> for RotateAction[src]

impl IsA<Action> for DragAction[src]

impl IsA<Action> for ClickAction[src]

impl IsA<Action> for GestureAction[src]

impl IsA<ActorMeta> for Action[src]

impl IsA<InitiallyUnowned> for Action[src]

impl Object for Action[src]

impl Ord for Action[src]

impl<T> PartialEq<T> for Action where
    T: ObjectType
[src]

impl<T> PartialOrd<T> for Action where
    T: ObjectType
[src]

impl StaticType for Action[src]

Auto Trait Implementations

impl RefUnwindSafe for Action

impl !Send for Action

impl !Sync for Action

impl Unpin for Action

impl UnwindSafe for Action

Blanket Implementations

impl<O> ActorMetaExt for O where
    O: IsA<ActorMeta>, 
[src]

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

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

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

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

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

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

impl<Fr, To> IntoColor<To> for Fr where
    To: FromColor<Fr>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType
[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> ToValue for T where
    T: SetValue + ?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<V, T> VZip<V> for T where
    V: MultiLane<T>,