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
impl<'a, R: Row> FromRow<'a, R> for Table where
&'a str: ColumnIndex<R>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
Option<DateTime<Utc>>: Decode<'a, R::Database>,
Option<DateTime<Utc>>: Type<R::Database>,
Option<DateTime<Utc>>: Decode<'a, R::Database>,
Option<DateTime<Utc>>: Type<R::Database>,
Option<String>: Decode<'a, R::Database>,
Option<String>: Type<R::Database>,
Option<String>: Decode<'a, R::Database>,
Option<String>: Type<R::Database>,
impl<'a, R: Row> FromRow<'a, R> for Table where
&'a str: ColumnIndex<R>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
Option<DateTime<Utc>>: Decode<'a, R::Database>,
Option<DateTime<Utc>>: Type<R::Database>,
Option<DateTime<Utc>>: Decode<'a, R::Database>,
Option<DateTime<Utc>>: Type<R::Database>,
Option<String>: Decode<'a, R::Database>,
Option<String>: Type<R::Database>,
Option<String>: Decode<'a, R::Database>,
Option<String>: Type<R::Database>,
Auto Trait Implementations
impl RefUnwindSafe for Table
impl UnwindSafe for Table
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self