Enum sea_query::types::JoinType [−][src]
pub enum JoinType {
Join,
InnerJoin,
LeftJoin,
RightJoin,
}Join types
Variants
Trait Implementations
impl StructuralEq for JoinType[src]
impl StructuralEq for JoinType[src]impl StructuralPartialEq for JoinType[src]
impl StructuralPartialEq for JoinType[src]Auto Trait Implementations
impl RefUnwindSafe for JoinType
impl RefUnwindSafe for JoinTypeimpl UnwindSafe for JoinType
impl UnwindSafe for JoinType