Struct sqlx_models_parser::ast::ShowColumns [−][src]
pub struct ShowColumns {
pub extended: bool,
pub full: bool,
pub table_name: ObjectName,
pub filter: Option<ShowStatementFilter>,
}Expand description
SHOW COLUMNS
Note: this is a MySQL-specific statement.
Fields
extended: boolfull: booltable_name: ObjectNamefilter: Option<ShowStatementFilter>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ShowColumns
impl Send for ShowColumns
impl Sync for ShowColumns
impl Unpin for ShowColumns
impl UnwindSafe for ShowColumns
Blanket Implementations
Mutably borrows from an owned value. Read more