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

The name of the feature.

The request limit rate for this feature, in queries per second.

Trait Implementations

impl Default for AboutFeatures
[src]

Returns the "default value" for a type. Read more

impl Clone for AboutFeatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutFeatures
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutFeatures
[src]

impl Part for AboutFeatures
[src]

Auto Trait Implementations