pub enum JoinSide {
Left,
Right,
None,
}
Expand description
Join side. Stores the referred table side during calculations
Variants§
Left
Left side of the join
Right
Right side of the join
None
Neither side of the join, used for Mark joins where the mark column does not belong to either side of the join
Implementations§
Trait Implementations§
impl Copy for JoinSide
impl StructuralPartialEq for JoinSide
Auto Trait Implementations§
impl Freeze for JoinSide
impl RefUnwindSafe for JoinSide
impl Send for JoinSide
impl Sync for JoinSide
impl Unpin for JoinSide
impl UnwindSafe for JoinSide
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)