pub struct FromJoin {
pub kind: JoinKind,
pub table: TableRef,
pub on: Option<Expr>,
}Fields§
§kind: JoinKind§table: TableRef§on: Option<Expr>Required for INNER/LEFT; must be None for CROSS / comma-list.
Trait Implementations§
impl StructuralPartialEq for FromJoin
Auto Trait Implementations§
impl Freeze for FromJoin
impl RefUnwindSafe for FromJoin
impl Send for FromJoin
impl Sync for FromJoin
impl Unpin for FromJoin
impl UnsafeUnpin for FromJoin
impl UnwindSafe for FromJoin
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