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