Struct google_testing1::StartActivityIntent [−][src]
pub struct StartActivityIntent {
pub action: Option<String>,
pub uri: Option<String>,
pub categories: Option<Vec<String>>,
}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.
uri: Option<String>
URI for the action. Optional.
categories: Option<Vec<String>>
Intent categories to set on the intent. Optional.
Trait Implementations
impl Default for StartActivityIntent[src]
impl Default for StartActivityIntentfn default() -> StartActivityIntent[src]
fn default() -> StartActivityIntentReturns the "default value" for a type. Read more
impl Clone for StartActivityIntent[src]
impl Clone for StartActivityIntentfn clone(&self) -> StartActivityIntent[src]
fn clone(&self) -> StartActivityIntentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StartActivityIntent[src]
impl Debug for StartActivityIntentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for StartActivityIntent[src]
impl Part for StartActivityIntentAuto Trait Implementations
impl Send for StartActivityIntent
impl Send for StartActivityIntentimpl Sync for StartActivityIntent
impl Sync for StartActivityIntent