Enum sea_orm_migration::prelude::query::SelectDistinct
pub enum SelectDistinct {
All,
Distinct,
DistinctRow,
DistinctOn(Vec<ColumnRef, Global>),
}Expand description
List of distinct keywords that can be used in select statement
Variants§
Trait Implementations§
§impl Clone for SelectDistinct
impl Clone for SelectDistinct
§fn clone(&self) -> SelectDistinct
fn clone(&self) -> SelectDistinct
Returns a copy 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 more