Struct dbkit_engine::schema::Attribute [] [src]

pub struct Attribute {
    pub name: String,
    pub nullable: bool,
    pub dtype: Type,
}

Attribute represents high level column metadata such as name, nullability and type

Fields

Methods

impl Attribute
[src]

Trait Implementations

impl Clone for Attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more