pub struct Join {
pub relation: TableFactor,
pub join_operator: JoinOperator,
}
Fields§
§relation: TableFactor
§join_operator: JoinOperator
Trait Implementations§
source§impl Ord for Join
impl Ord for Join
source§impl PartialEq for Join
impl PartialEq for Join
source§impl PartialOrd for Join
impl PartialOrd for Join
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 moreimpl Eq for Join
impl StructuralEq for Join
impl StructuralPartialEq for Join
Auto Trait Implementations§
impl RefUnwindSafe for Join
impl Send for Join
impl Sync for Join
impl Unpin for Join
impl UnwindSafe for Join
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