Struct google_testing1::RoboStartingIntent [−][src]
pub struct RoboStartingIntent {
pub start_activity: Option<StartActivityIntent>,
pub launcher_activity: Option<LauncherActivityIntent>,
}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
start_activity: Option<StartActivityIntent>
no description provided
launcher_activity: Option<LauncherActivityIntent>
no description provided
Trait Implementations
impl Default for RoboStartingIntent[src]
impl Default for RoboStartingIntentfn default() -> RoboStartingIntent[src]
fn default() -> RoboStartingIntentReturns the "default value" for a type. Read more
impl Clone for RoboStartingIntent[src]
impl Clone for RoboStartingIntentfn clone(&self) -> RoboStartingIntent[src]
fn clone(&self) -> RoboStartingIntentReturns 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 RoboStartingIntent[src]
impl Debug for RoboStartingIntentfn 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 RoboStartingIntent[src]
impl Part for RoboStartingIntentAuto Trait Implementations
impl Send for RoboStartingIntent
impl Send for RoboStartingIntentimpl Sync for RoboStartingIntent
impl Sync for RoboStartingIntent