Struct sqlx_models_parser::ast::InSubquery [−][src]
Expand description
[ NOT ] IN (SELECT ...)
Fields
expr: Box<Expr>subquery: Box<Query>negated: boolTrait 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 InSubquery
impl Send for InSubquery
impl Sync for InSubquery
impl Unpin for InSubquery
impl UnwindSafe for InSubquery
Blanket Implementations
Mutably borrows from an owned value. Read more