pub struct EncryptionReconfiguration {
pub allowed_modes: Maybe<EnumSet<EncryptionMode>>,
}Fields§
§allowed_modes: Maybe<EnumSet<EncryptionMode>>Trait Implementations§
Source§impl Clone for EncryptionReconfiguration
impl Clone for EncryptionReconfiguration
Source§fn clone(&self) -> EncryptionReconfiguration
fn clone(&self) -> EncryptionReconfiguration
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 EncryptionReconfiguration
impl Debug for EncryptionReconfiguration
Source§impl Default for EncryptionReconfiguration
impl Default for EncryptionReconfiguration
Source§fn default() -> EncryptionReconfiguration
fn default() -> EncryptionReconfiguration
Returns the “default value” for a type. Read more
Source§impl From<OptionalEncryptionConfig> for EncryptionReconfiguration
impl From<OptionalEncryptionConfig> for EncryptionReconfiguration
Source§fn from(value: OptionalEncryptionConfig) -> Self
fn from(value: OptionalEncryptionConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EncryptionReconfiguration
impl RefUnwindSafe for EncryptionReconfiguration
impl Send for EncryptionReconfiguration
impl Sync for EncryptionReconfiguration
impl Unpin for EncryptionReconfiguration
impl UnsafeUnpin for EncryptionReconfiguration
impl UnwindSafe for EncryptionReconfiguration
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