pub struct FieldLevelEncryptionConfig {
pub caller_reference: String,
pub comment: String,
pub query_arg_profile_config_enabled: bool,
pub content_type_profile_config_enabled: bool,
}Expand description
FLE config.
Fields§
§caller_reference: StringCaller reference.
comment: StringComment.
query_arg_profile_config_enabled: boolQuery-argument profile config.
content_type_profile_config_enabled: boolContent-type profile config.
Trait Implementations§
Source§impl Clone for FieldLevelEncryptionConfig
impl Clone for FieldLevelEncryptionConfig
Source§fn clone(&self) -> FieldLevelEncryptionConfig
fn clone(&self) -> FieldLevelEncryptionConfig
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 moreSource§impl Debug for FieldLevelEncryptionConfig
impl Debug for FieldLevelEncryptionConfig
Source§impl Default for FieldLevelEncryptionConfig
impl Default for FieldLevelEncryptionConfig
Source§fn default() -> FieldLevelEncryptionConfig
fn default() -> FieldLevelEncryptionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FieldLevelEncryptionConfig
impl<'de> Deserialize<'de> for FieldLevelEncryptionConfig
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
Auto Trait Implementations§
impl Freeze for FieldLevelEncryptionConfig
impl RefUnwindSafe for FieldLevelEncryptionConfig
impl Send for FieldLevelEncryptionConfig
impl Sync for FieldLevelEncryptionConfig
impl Unpin for FieldLevelEncryptionConfig
impl UnsafeUnpin for FieldLevelEncryptionConfig
impl UnwindSafe for FieldLevelEncryptionConfig
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