Enum sea_query::types::JoinOn [−][src]
pub enum JoinOn {
Condition(Box<SimpleExpr>),
Columns(Vec<SimpleExpr>),
}
Expand description
Join on types
Variants
Tuple Fields of Condition
0: Box<SimpleExpr>
Tuple Fields of Columns
0: Vec<SimpleExpr>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JoinOn
impl !UnwindSafe for JoinOn
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self