Enum leetcode_tui_rs::migrations::sea_orm::sea_query::JoinOn
pub enum JoinOn {
Condition(Box<ConditionHolder, Global>),
Columns(Vec<SimpleExpr, Global>),
}
Expand description
Join on types
Variants§
Condition(Box<ConditionHolder, Global>)
Columns(Vec<SimpleExpr, Global>)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for JoinOn
impl Send for JoinOn
impl Sync for JoinOn
impl Unpin for JoinOn
impl !UnwindSafe for JoinOn
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