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 SelectDistinctimpl Send for SelectDistinctimpl Sync for SelectDistinctimpl Unpin for SelectDistinctimpl UnwindSafe for SelectDistinctBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V