Struct google_testing1::api::StartActivityIntent
source · 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§
source§impl Clone for StartActivityIntent
impl Clone for StartActivityIntent
source§fn clone(&self) -> StartActivityIntent
fn clone(&self) -> StartActivityIntent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StartActivityIntent
impl Debug for StartActivityIntent
source§impl Default for StartActivityIntent
impl Default for StartActivityIntent
source§fn default() -> StartActivityIntent
fn default() -> StartActivityIntent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StartActivityIntent
impl<'de> Deserialize<'de> for StartActivityIntent
source§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