pub struct RelNamed {
pub lateral: bool,
pub alias: Option<TableAlias>,
pub expr: RelExpr,
}Expand description
A table name or a parenthesized subquery with an optional alias
Fields§
§lateral: bool§alias: Option<TableAlias>§expr: RelExprImplementations§
Trait Implementations§
Source§impl Ord for RelNamed
impl Ord for RelNamed
Source§impl PartialOrd for RelNamed
impl PartialOrd for RelNamed
impl Eq for RelNamed
impl StructuralPartialEq for RelNamed
Auto Trait Implementations§
impl Freeze for RelNamed
impl RefUnwindSafe for RelNamed
impl Send for RelNamed
impl Sync for RelNamed
impl Unpin for RelNamed
impl UnsafeUnpin for RelNamed
impl UnwindSafe for RelNamed
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