pub struct CanonicalEncryptionConfig {
pub version: u32,
pub tables: Tables,
}Expand description
Top-level canonical encryption configuration.
Fields§
§version: u32§tables: TablesImplementations§
Source§impl CanonicalEncryptionConfig
impl CanonicalEncryptionConfig
pub fn into_config_map( self, ) -> Result<HashMap<Identifier, ColumnConfig>, ConfigError>
Trait Implementations§
Source§impl Clone for CanonicalEncryptionConfig
impl Clone for CanonicalEncryptionConfig
Source§fn clone(&self) -> CanonicalEncryptionConfig
fn clone(&self) -> CanonicalEncryptionConfig
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 CanonicalEncryptionConfig
impl Debug for CanonicalEncryptionConfig
Source§impl<'de> Deserialize<'de> for CanonicalEncryptionConfig
impl<'de> Deserialize<'de> for CanonicalEncryptionConfig
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 FromStr for CanonicalEncryptionConfig
impl FromStr for CanonicalEncryptionConfig
Auto Trait Implementations§
impl Freeze for CanonicalEncryptionConfig
impl RefUnwindSafe for CanonicalEncryptionConfig
impl Send for CanonicalEncryptionConfig
impl Sync for CanonicalEncryptionConfig
impl Unpin for CanonicalEncryptionConfig
impl UnsafeUnpin for CanonicalEncryptionConfig
impl UnwindSafe for CanonicalEncryptionConfig
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