pub struct JoinExpr {
pub join: JoinType,
pub table: Box<TableRef>,
pub on: Option<JoinOn>,
pub lateral: bool,
}
Expand description
Join expression used in select statement
Fieldsยง
ยงjoin: JoinType
ยงtable: Box<TableRef>
ยงon: Option<JoinOn>
ยงlateral: bool
Trait Implementationsยง
impl StructuralPartialEq for JoinExpr
Auto Trait Implementationsยง
impl Freeze for JoinExpr
impl !RefUnwindSafe for JoinExpr
impl Send for JoinExpr
impl Sync for JoinExpr
impl Unpin for JoinExpr
impl !UnwindSafe for JoinExpr
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
)