Struct pack_it::TableField
source · [−]pub struct TableField {
pub name: String,
pub kind: Kind,
pub nullable: bool,
pub encoding: Encoding,
}Fields
name: Stringkind: Kindnullable: boolencoding: EncodingImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableField
impl Send for TableField
impl Sync for TableField
impl Unpin for TableField
impl UnwindSafe for TableField
Blanket Implementations
Mutably borrows from an owned value. Read more