Struct sea_query::query::JoinExpr [−][src]
Expand description
Join expression used in select statement
Fields
join: JoinTypetable: Box<TableRef>on: Option<JoinOn>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JoinExprimpl !UnwindSafe for JoinExprBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V