pub struct GroupBy {
pub span: SourceSpan,
pub function: GroupFunction,
pub tags: Vec<String>,
}Expand description
A Grouping function
Fields§
§span: SourceSpanThe location of the group by clause
function: GroupFunctionThe function to apply
The tags to group by
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupBy
impl<'de> Deserialize<'de> for GroupBy
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
Auto Trait Implementations§
impl Freeze for GroupBy
impl !RefUnwindSafe for GroupBy
impl Send for GroupBy
impl Sync for GroupBy
impl Unpin for GroupBy
impl UnsafeUnpin for GroupBy
impl !UnwindSafe for GroupBy
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