pub enum AggregateBy {
Count,
Sum(String),
}Variants§
Trait Implementations§
Source§impl Clone for AggregateBy
impl Clone for AggregateBy
Source§fn clone(&self) -> AggregateBy
fn clone(&self) -> AggregateBy
Returns a duplicate 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 moreSource§impl Debug for AggregateBy
impl Debug for AggregateBy
Auto Trait Implementations§
impl Freeze for AggregateBy
impl RefUnwindSafe for AggregateBy
impl Send for AggregateBy
impl Sync for AggregateBy
impl Unpin for AggregateBy
impl UnwindSafe for AggregateBy
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