Struct google_testing1::GoogleCloudStorage [−][src]
A storage location within Google cloud storage (GCS).
This type is not used in any activity, and only used as part of another schema.
Fields
gcs_path: Option<String>
The path to a directory in GCS that will eventually contain the results for this test. The requesting user must have write access on the bucket in the supplied path. Required
Trait Implementations
impl Default for GoogleCloudStorage[src]
impl Default for GoogleCloudStoragefn default() -> GoogleCloudStorage[src]
fn default() -> GoogleCloudStorageReturns the "default value" for a type. Read more
impl Clone for GoogleCloudStorage[src]
impl Clone for GoogleCloudStoragefn clone(&self) -> GoogleCloudStorage[src]
fn clone(&self) -> GoogleCloudStorageReturns 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 GoogleCloudStorage[src]
impl Debug for GoogleCloudStoragefn 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 GoogleCloudStorage[src]
impl Part for GoogleCloudStorageAuto Trait Implementations
impl Send for GoogleCloudStorage
impl Send for GoogleCloudStorageimpl Sync for GoogleCloudStorage
impl Sync for GoogleCloudStorage