Struct vervolg::schema::Schema [] [src]

pub struct Schema {
    pub name: String,
    pub objects: BTreeMap<String, SchemaObject>,
}

description of a schema within the database

Fields

the schema name

the collection of tables making up the database

Trait Implementations

impl Debug for Schema
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Schema

impl Sync for Schema