pub struct BucketEncryption {
pub rule: ServerSideEncryptionRule,
}Fields§
§rule: ServerSideEncryptionRuleTrait Implementations§
Source§impl Clone for BucketEncryption
impl Clone for BucketEncryption
Source§fn clone(&self) -> BucketEncryption
fn clone(&self) -> BucketEncryption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BucketEncryption
impl Debug for BucketEncryption
Source§impl Default for BucketEncryption
impl Default for BucketEncryption
Source§impl<'de> Deserialize<'de> for BucketEncryption
impl<'de> Deserialize<'de> for BucketEncryption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BucketEncryption
impl RefUnwindSafe for BucketEncryption
impl Send for BucketEncryption
impl Sync for BucketEncryption
impl Unpin for BucketEncryption
impl UnwindSafe for BucketEncryption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more