pub enum GroupedPlanExecutionMode {
HashMaterialized,
OrderedMaterialized,
}Expand description
GroupedPlanExecutionMode
Canonical grouped-plan mode carried by metrics events. This keeps grouped metrics classification structured without routing through string codes that the sink would immediately decode again.
Variants§
Trait Implementations§
Source§impl Clone for GroupedPlanExecutionMode
impl Clone for GroupedPlanExecutionMode
Source§fn clone(&self) -> GroupedPlanExecutionMode
fn clone(&self) -> GroupedPlanExecutionMode
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 GroupedPlanExecutionMode
Source§impl Debug for GroupedPlanExecutionMode
impl Debug for GroupedPlanExecutionMode
impl Eq for GroupedPlanExecutionMode
Source§impl PartialEq for GroupedPlanExecutionMode
impl PartialEq for GroupedPlanExecutionMode
Source§fn eq(&self, other: &GroupedPlanExecutionMode) -> bool
fn eq(&self, other: &GroupedPlanExecutionMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupedPlanExecutionMode
Auto Trait Implementations§
impl Freeze for GroupedPlanExecutionMode
impl RefUnwindSafe for GroupedPlanExecutionMode
impl Send for GroupedPlanExecutionMode
impl Sync for GroupedPlanExecutionMode
impl Unpin for GroupedPlanExecutionMode
impl UnsafeUnpin for GroupedPlanExecutionMode
impl UnwindSafe for GroupedPlanExecutionMode
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