Struct sqlx_model::Select[][src]

pub struct Select<DB> where
    DB: Database, 
{ pub table_name: TableName, pub table_field: TableFields, pub table_pk: TableFields, // some fields omitted }

Fields

table_name: TableNametable_field: TableFieldstable_pk: TableFields

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.