Struct database_tree::Table [−][src]
pub struct Table {
pub name: String,
pub create_time: Option<DateTime<Utc>>,
pub update_time: Option<DateTime<Utc>>,
pub engine: Option<String>,
pub schema: Option<String>,
}
Fields
name: String
create_time: Option<DateTime<Utc>>
update_time: Option<DateTime<Utc>>
engine: Option<String>
schema: Option<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl UnwindSafe for Table
Blanket Implementations
Mutably borrows from an owned value. Read more