pub struct KColumn {
pub name: String,
pub ktype: KType,
pub encrypted: bool,
pub enc_key: [u8; 32],
}Fields§
§name: String§ktype: KType§encrypted: bool§enc_key: [u8; 32]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KColumn
impl RefUnwindSafe for KColumn
impl Send for KColumn
impl Sync for KColumn
impl Unpin for KColumn
impl UnsafeUnpin for KColumn
impl UnwindSafe for KColumn
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