Enum sql_migration_sim::ast::Distinct
source · pub enum Distinct {
Distinct,
On(Vec<Expr>),
}
Variants§
Trait Implementations§
source§impl Ord for Distinct
impl Ord for Distinct
source§impl PartialEq for Distinct
impl PartialEq for Distinct
source§impl PartialOrd for Distinct
impl PartialOrd for Distinct
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Distinct
impl StructuralEq for Distinct
impl StructuralPartialEq for Distinct
Auto Trait Implementations§
impl RefUnwindSafe for Distinct
impl Send for Distinct
impl Sync for Distinct
impl Unpin for Distinct
impl UnwindSafe for Distinct
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