pub enum JoinConstraint {
On,
Using,
}
Expand description
Join constraint
Variants
On
Join ON
Using
Join USING
Trait Implementations
sourceimpl Clone for JoinConstraint
impl Clone for JoinConstraint
sourcefn clone(&self) -> JoinConstraint
fn clone(&self) -> JoinConstraint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for JoinConstraint
impl Debug for JoinConstraint
impl Copy for JoinConstraint
Auto Trait Implementations
impl RefUnwindSafe for JoinConstraint
impl Send for JoinConstraint
impl Sync for JoinConstraint
impl Unpin for JoinConstraint
impl UnwindSafe for JoinConstraint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more