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
impl Debug for Encryption[src]
impl Debug for Encryption[src]impl<'de> Deserialize<'de> for Encryption[src]
impl<'de> Deserialize<'de> for Encryption[src]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
impl PartialEq<Encryption> for Encryption[src]
impl PartialEq<Encryption> for Encryption[src]fn eq(&self, other: &Encryption) -> bool[src]
fn eq(&self, other: &Encryption) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &Encryption) -> bool[src]
fn ne(&self, other: &Encryption) -> bool[src]This method tests for !=.
impl Serialize for Encryption[src]
impl Serialize for Encryption[src]impl StructuralPartialEq for Encryption[src]
Auto Trait Implementations
impl RefUnwindSafe for Encryption
impl Send for Encryption
impl Sync for Encryption
impl Unpin for Encryption
impl UnwindSafe for Encryption
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,