Enum sqlparser::ast::JoinConstraint
source · Variants§
Trait Implementations§
source§impl Clone for JoinConstraint
impl Clone for JoinConstraint
source§fn clone(&self) -> JoinConstraint
fn clone(&self) -> JoinConstraint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JoinConstraint
impl Debug for JoinConstraint
source§impl Hash for JoinConstraint
impl Hash for JoinConstraint
source§impl Ord for JoinConstraint
impl Ord for JoinConstraint
source§fn cmp(&self, other: &JoinConstraint) -> Ordering
fn cmp(&self, other: &JoinConstraint) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<JoinConstraint> for JoinConstraint
impl PartialEq<JoinConstraint> for JoinConstraint
source§fn eq(&self, other: &JoinConstraint) -> bool
fn eq(&self, other: &JoinConstraint) -> bool
source§impl PartialOrd<JoinConstraint> for JoinConstraint
impl PartialOrd<JoinConstraint> for JoinConstraint
source§fn partial_cmp(&self, other: &JoinConstraint) -> Option<Ordering>
fn partial_cmp(&self, other: &JoinConstraint) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more