Enum lumus_sql_builder::mysql::where_::Combiner
source · pub enum Combiner {
And,
Or,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for Combiner
impl Send for Combiner
impl Sync for Combiner
impl Unpin for Combiner
impl UnwindSafe for Combiner
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