Struct cloud_storage::bucket::Encryption [−][src]
pub struct Encryption {
pub default_kms_key_name: String,
}Expand description
Contains information about the encryption used for data in this Bucket.
Fields
default_kms_key_name: StringA Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Encryptionimpl Send for Encryptionimpl Sync for Encryptionimpl Unpin for Encryptionimpl UnwindSafe for Encryption