Struct google_storage1::BucketEncryption [] [src]

pub struct BucketEncryption {
    pub default_kms_key_name: Option<String>,
}

Encryption configuration used by default for newly inserted objects, when no encryption config is specified.

This type is not used in any activity, and only used as part of another schema.

Fields

no description provided

Trait Implementations

impl Debug for BucketEncryption
[src]

Formats the value using the given formatter.

impl Clone for BucketEncryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BucketEncryption
[src]

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

impl NestedType for BucketEncryption
[src]

impl Part for BucketEncryption
[src]