Enum sqlx_models_parser::ast::ShowStatementFilter [−][src]
Variants
Like(String)Tuple Fields of Like
0: StringILike(String)Tuple Fields of ILike
0: StringWhere(Expr)Tuple Fields of Where
0: ExprTrait 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 ShowStatementFilter
impl Send for ShowStatementFilter
impl Sync for ShowStatementFilter
impl Unpin for ShowStatementFilter
impl UnwindSafe for ShowStatementFilter
Blanket Implementations
Mutably borrows from an owned value. Read more