Enum arel::statements::join::JoinConst
source · pub enum JoinConst {
LeftJoin,
InnerJoin,
RightJoin,
FullOuterJoin,
CrossJoin,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JoinConst
impl Send for JoinConst
impl Sync for JoinConst
impl Unpin for JoinConst
impl UnwindSafe for JoinConst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more