pub enum IsLateral {
Lateral,
NotLateral,
}Expand description
Indicates if a table expression is lateral.
Variants§
Auto Trait Implementations§
impl Freeze for IsLateral
impl RefUnwindSafe for IsLateral
impl Send for IsLateral
impl Sync for IsLateral
impl Unpin for IsLateral
impl UnwindSafe for IsLateral
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
where 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