pub struct EncryptionWithColumnKey {
pub path_in_schema: Vec<String>,
pub key_metadata: Option<Vec<u8>>,
}Expand description
Encryption metadata for a column chunk encrypted with a column-specific key
Fields§
§path_in_schema: Vec<String>Path to the column in the Parquet schema
key_metadata: Option<Vec<u8>>Path to the column in the Parquet schema
Trait Implementations§
Source§impl Clone for EncryptionWithColumnKey
impl Clone for EncryptionWithColumnKey
Source§fn clone(&self) -> EncryptionWithColumnKey
fn clone(&self) -> EncryptionWithColumnKey
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 EncryptionWithColumnKey
impl Debug for EncryptionWithColumnKey
impl Eq for EncryptionWithColumnKey
Source§impl PartialEq for EncryptionWithColumnKey
impl PartialEq for EncryptionWithColumnKey
impl StructuralPartialEq for EncryptionWithColumnKey
Auto Trait Implementations§
impl Freeze for EncryptionWithColumnKey
impl RefUnwindSafe for EncryptionWithColumnKey
impl Send for EncryptionWithColumnKey
impl Sync for EncryptionWithColumnKey
impl Unpin for EncryptionWithColumnKey
impl UnsafeUnpin for EncryptionWithColumnKey
impl UnwindSafe for EncryptionWithColumnKey
Blanket Implementations§
impl<T> Allocation for T
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