Struct google_testing1::api::RoboStartingIntent
source · pub struct RoboStartingIntent {
pub launcher_activity: Option<LauncherActivityIntent>,
pub start_activity: Option<StartActivityIntent>,
pub timeout: Option<Duration>,
}Expand description
Message for specifying the start activities to crawl.
This type is not used in any activity, and only used as part of another schema.
Fields§
§launcher_activity: Option<LauncherActivityIntent>An intent that starts the main launcher activity.
start_activity: Option<StartActivityIntent>An intent that starts an activity with specific details.
timeout: Option<Duration>Timeout in seconds for each intent.
Trait Implementations§
source§impl Clone for RoboStartingIntent
impl Clone for RoboStartingIntent
source§fn clone(&self) -> RoboStartingIntent
fn clone(&self) -> RoboStartingIntent
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 RoboStartingIntent
impl Debug for RoboStartingIntent
source§impl Default for RoboStartingIntent
impl Default for RoboStartingIntent
source§fn default() -> RoboStartingIntent
fn default() -> RoboStartingIntent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RoboStartingIntent
impl<'de> Deserialize<'de> for RoboStartingIntent
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