pub struct LateralJoin;Expand description
Flag LATERAL keyword in FROM clauses. LATERAL joins/subqueries are not
universally supported — they work in PostgreSQL and MySQL 8.0+ but are not
supported in SQL Server or older databases.
Trait Implementations§
Source§impl Rule for LateralJoin
impl Rule for LateralJoin
Auto Trait Implementations§
impl Freeze for LateralJoin
impl RefUnwindSafe for LateralJoin
impl Send for LateralJoin
impl Sync for LateralJoin
impl Unpin for LateralJoin
impl UnsafeUnpin for LateralJoin
impl UnwindSafe for LateralJoin
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