pub enum GroupByTrue {
Type,
AssistantId,
EndedReason,
AnalysisPeriodSuccessEvaluation,
Status,
}
Expand description
This is the list of columns you want to group by.
Variants§
Trait Implementations§
Source§impl Clone for GroupByTrue
impl Clone for GroupByTrue
Source§fn clone(&self) -> GroupByTrue
fn clone(&self) -> GroupByTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GroupByTrue
impl Debug for GroupByTrue
Source§impl Default for GroupByTrue
impl Default for GroupByTrue
Source§fn default() -> GroupByTrue
fn default() -> GroupByTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupByTrue
impl<'de> Deserialize<'de> for GroupByTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for GroupByTrue
impl Hash for GroupByTrue
Source§impl Ord for GroupByTrue
impl Ord for GroupByTrue
Source§fn cmp(&self, other: &GroupByTrue) -> Ordering
fn cmp(&self, other: &GroupByTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GroupByTrue
impl PartialEq for GroupByTrue
Source§impl PartialOrd for GroupByTrue
impl PartialOrd for GroupByTrue
Source§impl Serialize for GroupByTrue
impl Serialize for GroupByTrue
impl Copy for GroupByTrue
impl Eq for GroupByTrue
impl StructuralPartialEq for GroupByTrue
Auto Trait Implementations§
impl Freeze for GroupByTrue
impl RefUnwindSafe for GroupByTrue
impl Send for GroupByTrue
impl Sync for GroupByTrue
impl Unpin for GroupByTrue
impl UnwindSafe for GroupByTrue
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