Enum sqlx_models_parser::ast::JoinConstraint [−][src]
Variants
On(Expr)Tuple Fields of On
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 JoinConstraint
impl Send for JoinConstraint
impl Sync for JoinConstraint
impl Unpin for JoinConstraint
impl UnwindSafe for JoinConstraint
Blanket Implementations
Mutably borrows from an owned value. Read more