Struct google_storage1::ObjectCustomerEncryption [−][src]
pub struct ObjectCustomerEncryption {
pub encryption_algorithm: Option<String>,
pub key_sha256: Option<String>,
}Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
This type is not used in any activity, and only used as part of another schema.
Fields
encryption_algorithm: Option<String>
The encryption algorithm.
key_sha256: Option<String>
SHA256 hash value of the encryption key.
Trait Implementations
impl Default for ObjectCustomerEncryption[src]
impl Default for ObjectCustomerEncryptionfn default() -> ObjectCustomerEncryption[src]
fn default() -> ObjectCustomerEncryptionReturns the "default value" for a type. Read more
impl Clone for ObjectCustomerEncryption[src]
impl Clone for ObjectCustomerEncryptionfn clone(&self) -> ObjectCustomerEncryption[src]
fn clone(&self) -> ObjectCustomerEncryptionReturns 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 ObjectCustomerEncryption[src]
impl Debug for ObjectCustomerEncryptionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ObjectCustomerEncryption[src]
impl NestedType for ObjectCustomerEncryptionimpl Part for ObjectCustomerEncryption[src]
impl Part for ObjectCustomerEncryptionAuto Trait Implementations
impl Send for ObjectCustomerEncryption
impl Send for ObjectCustomerEncryptionimpl Sync for ObjectCustomerEncryption
impl Sync for ObjectCustomerEncryption