Struct google_testing1::FileReference [−][src]
A reference to a file, used for user inputs.
This type is not used in any activity, and only used as part of another schema.
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 Part for FileReference[src]
impl Part for FileReferenceAuto Trait Implementations
impl Send for FileReference
impl Send for FileReferenceimpl Sync for FileReference
impl Sync for FileReference