pub enum LateralJoinType {
Cross,
Left,
}Expand description
LATERAL join type.
Variants§
Trait Implementations§
Source§impl Clone for LateralJoinType
impl Clone for LateralJoinType
Source§fn clone(&self) -> LateralJoinType
fn clone(&self) -> LateralJoinType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LateralJoinType
impl Debug for LateralJoinType
Source§impl<'de> Deserialize<'de> for LateralJoinType
impl<'de> Deserialize<'de> for LateralJoinType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LateralJoinType
impl PartialEq for LateralJoinType
Source§impl Serialize for LateralJoinType
impl Serialize for LateralJoinType
impl Copy for LateralJoinType
impl Eq for LateralJoinType
impl StructuralPartialEq for LateralJoinType
Auto Trait Implementations§
impl Freeze for LateralJoinType
impl RefUnwindSafe for LateralJoinType
impl Send for LateralJoinType
impl Sync for LateralJoinType
impl Unpin for LateralJoinType
impl UnwindSafe for LateralJoinType
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