Struct google_drive2::AboutFeatures
[−]
[src]
pub struct AboutFeatures {
pub feature_name: Option<String>,
pub feature_rate: Option<f64>,
}List of additional features enabled on this account.
This type is not used in any activity, and only used as part of another schema.
Fields
feature_name: Option<String>
The name of the feature.
feature_rate: Option<f64>
The request limit rate for this feature, in queries per second.
Trait Implementations
impl Debug for AboutFeatures[src]
impl Clone for AboutFeatures[src]
fn clone(&self) -> AboutFeatures
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for AboutFeatures[src]
fn default() -> AboutFeatures
Returns the "default value" for a type. Read more