pub struct SelfManagedEncryption { /* private fields */ }
Expand description
Configuration for client-managed server-side encryption.
Implementations§
Source§impl SelfManagedEncryption
impl SelfManagedEncryption
pub fn new(algorithm: EncryptionAlgorithm, key: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for SelfManagedEncryption
impl Clone for SelfManagedEncryption
Source§fn clone(&self) -> SelfManagedEncryption
fn clone(&self) -> SelfManagedEncryption
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 SelfManagedEncryption
impl Debug for SelfManagedEncryption
Source§impl<'de> Deserialize<'de> for SelfManagedEncryption
impl<'de> Deserialize<'de> for SelfManagedEncryption
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 SelfManagedEncryption
impl PartialEq for SelfManagedEncryption
Source§impl Serialize for SelfManagedEncryption
impl Serialize for SelfManagedEncryption
impl Eq for SelfManagedEncryption
impl StructuralPartialEq for SelfManagedEncryption
Auto Trait Implementations§
impl Freeze for SelfManagedEncryption
impl RefUnwindSafe for SelfManagedEncryption
impl Send for SelfManagedEncryption
impl Sync for SelfManagedEncryption
impl Unpin for SelfManagedEncryption
impl UnwindSafe for SelfManagedEncryption
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