pub enum Encryption {
S3Managed,
KmsManaged,
DsseManaged,
}Variants§
Trait Implementations§
Source§impl From<Encryption> for String
impl From<Encryption> for String
Source§fn from(value: Encryption) -> Self
fn from(value: Encryption) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Encryption
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more