struct PageEncryptorContext {
file_encryptor: Option<Arc<FileEncryptor>>,
row_group_index: usize,
column_index: usize,
}Expand description
Context required to create a PageEncryptor for a column
Fields§
§file_encryptor: Option<Arc<FileEncryptor>>§row_group_index: usize§column_index: usizeAuto Trait Implementations§
impl Freeze for PageEncryptorContext
impl RefUnwindSafe for PageEncryptorContext
impl Send for PageEncryptorContext
impl Sync for PageEncryptorContext
impl Unpin for PageEncryptorContext
impl UnwindSafe for PageEncryptorContext
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