Enum sea_query::query::SelectDistinct
source · Expand description
List of distinct keywords that can be used in select statement
Variants§
Trait Implementations§
source§impl Clone for SelectDistinct
impl Clone for SelectDistinct
source§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