Struct google_testing1::FileReference [−][src]
A reference to a file, used for user inputs.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields
gcs_path: Option<String>
A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app-debug-unaligned.apk
Trait Implementations
impl Default for FileReference[src]
impl Default for FileReferencefn default() -> FileReference[src]
fn default() -> FileReferenceReturns the "default value" for a type. Read more
impl Clone for FileReference[src]
impl Clone for FileReferencefn clone(&self) -> FileReference[src]
fn clone(&self) -> FileReferenceReturns 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 FileReference[src]
impl Debug for FileReferencefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for FileReference[src]
impl RequestValue for FileReferenceAuto Trait Implementations
impl Send for FileReference
impl Send for FileReferenceimpl Sync for FileReference
impl Sync for FileReference