pub struct ServerSideEncryptionConfiguration { /* private fields */ }Implementations§
Source§impl ServerSideEncryptionConfiguration
impl ServerSideEncryptionConfiguration
pub fn rule(&self) -> &BucketEncryptionRule
Trait Implementations§
Source§impl Clone for ServerSideEncryptionConfiguration
impl Clone for ServerSideEncryptionConfiguration
Source§fn clone(&self) -> ServerSideEncryptionConfiguration
fn clone(&self) -> ServerSideEncryptionConfiguration
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 Default for ServerSideEncryptionConfiguration
impl Default for ServerSideEncryptionConfiguration
Source§fn default() -> ServerSideEncryptionConfiguration
fn default() -> ServerSideEncryptionConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerSideEncryptionConfiguration
impl<'de> Deserialize<'de> for ServerSideEncryptionConfiguration
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
Source§impl PartialEq for ServerSideEncryptionConfiguration
impl PartialEq for ServerSideEncryptionConfiguration
Source§fn eq(&self, other: &ServerSideEncryptionConfiguration) -> bool
fn eq(&self, other: &ServerSideEncryptionConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerSideEncryptionConfiguration
Auto Trait Implementations§
impl Freeze for ServerSideEncryptionConfiguration
impl RefUnwindSafe for ServerSideEncryptionConfiguration
impl Send for ServerSideEncryptionConfiguration
impl Sync for ServerSideEncryptionConfiguration
impl Unpin for ServerSideEncryptionConfiguration
impl UnsafeUnpin for ServerSideEncryptionConfiguration
impl UnwindSafe for ServerSideEncryptionConfiguration
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