pub enum ActionCountGroupBy {
SubType,
}Expand description
Field to group an action count by. Mapped to a fixed column server-side (never interpolated from caller input) to keep the query injection-safe.
Variants§
SubType
Trait Implementations§
Source§impl Clone for ActionCountGroupBy
impl Clone for ActionCountGroupBy
Source§fn clone(&self) -> ActionCountGroupBy
fn clone(&self) -> ActionCountGroupBy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActionCountGroupBy
Auto Trait Implementations§
impl Freeze for ActionCountGroupBy
impl RefUnwindSafe for ActionCountGroupBy
impl Send for ActionCountGroupBy
impl Sync for ActionCountGroupBy
impl Unpin for ActionCountGroupBy
impl UnsafeUnpin for ActionCountGroupBy
impl UnwindSafe for ActionCountGroupBy
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