Struct google_testing1::api::StartActivityIntent [−][src]
pub struct StartActivityIntent {
pub action: Option<String>,
pub categories: Option<Vec<String>>,
pub uri: Option<String>,
}Expand description
A starting intent specified by an action, uri, and categories.
This type is not used in any activity, and only used as part of another schema.
Fields
action: Option<String>Action name. Required for START_ACTIVITY.
categories: Option<Vec<String>>Intent categories to set on the intent.
uri: Option<String>URI for the action.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StartActivityIntent
impl Send for StartActivityIntent
impl Sync for StartActivityIntent
impl Unpin for StartActivityIntent
impl UnwindSafe for StartActivityIntent
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more