Struct google_appengine1::Volume [−][src]
pub struct Volume {
pub volume_type: Option<String>,
pub name: Option<String>,
pub size_gb: Option<f64>,
}Volumes mounted within the app container. Only applicable for VM runtimes.
This type is not used in any activity, and only used as part of another schema.
Fields
volume_type: Option<String>
Underlying volume type, e.g. 'tmpfs'.
name: Option<String>
Unique name for the volume.
size_gb: Option<f64>
Volume size in gigabytes.
Trait Implementations
impl Default for Volume[src]
impl Default for Volumeimpl Clone for Volume[src]
impl Clone for Volumefn clone(&self) -> Volume[src]
fn clone(&self) -> VolumeReturns 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 Volume[src]
impl Debug for Volumefn 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 Volume[src]
impl Part for Volume