pub enum DimAggType {
ArgMax,
ArgMin,
}Expand description
Bitquery-style dimension aggregation type.
PostBalance(maximum: Block_Slot) → argMax(post_balance, block_slot)
Variants§
Trait Implementations§
Source§impl Clone for DimAggType
impl Clone for DimAggType
Source§fn clone(&self) -> DimAggType
fn clone(&self) -> DimAggType
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 DimAggType
impl Debug for DimAggType
Source§impl PartialEq for DimAggType
impl PartialEq for DimAggType
impl Eq for DimAggType
impl StructuralPartialEq for DimAggType
Auto Trait Implementations§
impl Freeze for DimAggType
impl RefUnwindSafe for DimAggType
impl Send for DimAggType
impl Sync for DimAggType
impl Unpin for DimAggType
impl UnsafeUnpin for DimAggType
impl UnwindSafe for DimAggType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.