pub enum SSEAlgorithm {
KMS,
AES256,
SM4,
}Variants§
Trait Implementations§
Source§impl Clone for SSEAlgorithm
impl Clone for SSEAlgorithm
Source§fn clone(&self) -> SSEAlgorithm
fn clone(&self) -> SSEAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SSEAlgorithm
Source§impl Debug for SSEAlgorithm
impl Debug for SSEAlgorithm
Source§impl Default for SSEAlgorithm
impl Default for SSEAlgorithm
Source§fn default() -> SSEAlgorithm
fn default() -> SSEAlgorithm
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SSEAlgorithm
impl<'de> Deserialize<'de> for SSEAlgorithm
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 Display for SSEAlgorithm
impl Display for SSEAlgorithm
Auto Trait Implementations§
impl Freeze for SSEAlgorithm
impl RefUnwindSafe for SSEAlgorithm
impl Send for SSEAlgorithm
impl Sync for SSEAlgorithm
impl Unpin for SSEAlgorithm
impl UnsafeUnpin for SSEAlgorithm
impl UnwindSafe for SSEAlgorithm
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