Struct gapi_grpc::google::actions::sdk::v2::Actions[][src]

pub struct Actions {
    pub custom: HashMap<String, CustomAction>,
}

Represents the list of Actions defined in a project.

Fields

custom: HashMap<String, CustomAction>

Map from intents to custom Actions to configure invocation for the project. The invocation intents could either be system or custom intents defined in the “custom/intents/” package. All intents defined here (system intents & custom intents) must have a corresponding intent file in the “custom/global/” package.

Trait Implementations

impl Clone for Actions[src]

impl Debug for Actions[src]

impl Default for Actions[src]

impl Message for Actions[src]

impl PartialEq<Actions> for Actions[src]

impl StructuralPartialEq for Actions[src]

Auto Trait Implementations

impl RefUnwindSafe for Actions

impl Send for Actions

impl Sync for Actions

impl Unpin for Actions

impl UnwindSafe for Actions

Blanket Implementations

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<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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>, 
[src]

impl<T> WithSubscriber for T[src]