Enum sea_query::types::JoinOn [−][src]
pub enum JoinOn {
Condition(Box<SimpleExpr>),
Columns(Vec<SimpleExpr>),
}Expand description
Join on types
Variants
Condition(Box<SimpleExpr>)Columns(Vec<SimpleExpr>)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JoinOnimpl !UnwindSafe for JoinOnBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V