Enum sea_query::query::SelectDistinct [−][src]
pub enum SelectDistinct {
All,
Distinct,
DistinctRow,
}
Expand description
List of distinct keywords that can be used in select statement
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SelectDistinct
impl Send for SelectDistinct
impl Sync for SelectDistinct
impl Unpin for SelectDistinct
impl UnwindSafe for SelectDistinct
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self