#[repr(i32)]pub enum HeatmapQuantityMode {
QTY_MODE_UNSPECIFIED = 0,
CLOSE = 1,
PEAK = 2,
}Expand description
HeatmapQuantityMode controls what qty_scaled means in returned levels.
Variants§
Implementations§
Source§impl HeatmapQuantityMode
impl HeatmapQuantityMode
Sourcepub const QtyModeUnspecified: Self = Self::QTY_MODE_UNSPECIFIED
pub const QtyModeUnspecified: Self = Self::QTY_MODE_UNSPECIFIED
Idiomatic alias for Self::QTY_MODE_UNSPECIFIED; Debug prints the variant name.
Sourcepub const Close: Self = Self::CLOSE
pub const Close: Self = Self::CLOSE
Idiomatic alias for Self::CLOSE; Debug prints the variant name.
Sourcepub const Peak: Self = Self::PEAK
pub const Peak: Self = Self::PEAK
Idiomatic alias for Self::PEAK; Debug prints the variant name.
Trait Implementations§
Source§impl Clone for HeatmapQuantityMode
impl Clone for HeatmapQuantityMode
Source§fn clone(&self) -> HeatmapQuantityMode
fn clone(&self) -> HeatmapQuantityMode
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 HeatmapQuantityMode
Source§impl Debug for HeatmapQuantityMode
impl Debug for HeatmapQuantityMode
Source§impl Default for HeatmapQuantityMode
impl Default for HeatmapQuantityMode
Source§impl<'de> Deserialize<'de> for HeatmapQuantityMode
impl<'de> Deserialize<'de> for HeatmapQuantityMode
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enumeration for HeatmapQuantityMode
impl Enumeration for HeatmapQuantityMode
Source§fn proto_name(&self) -> &'static str
fn proto_name(&self) -> &'static str
The name of this enum variant as it appears in the
.proto file.impl Eq for HeatmapQuantityMode
Source§impl Hash for HeatmapQuantityMode
impl Hash for HeatmapQuantityMode
Source§impl PartialEq for HeatmapQuantityMode
impl PartialEq for HeatmapQuantityMode
Source§impl ProtoElemJson for HeatmapQuantityMode
impl ProtoElemJson for HeatmapQuantityMode
Source§fn serialize_proto_json<S: Serializer>(
v: &Self,
s: S,
) -> Result<S::Ok, S::Error>
fn serialize_proto_json<S: Serializer>( v: &Self, s: S, ) -> Result<S::Ok, S::Error>
Serialize this value with proto3 JSON semantics.
Source§fn deserialize_proto_json<'de, D: Deserializer<'de>>(
d: D,
) -> Result<Self, D::Error>
fn deserialize_proto_json<'de, D: Deserializer<'de>>( d: D, ) -> Result<Self, D::Error>
Deserialize a value with proto3 JSON semantics.
Source§impl Serialize for HeatmapQuantityMode
impl Serialize for HeatmapQuantityMode
impl StructuralPartialEq for HeatmapQuantityMode
Auto Trait Implementations§
impl Freeze for HeatmapQuantityMode
impl RefUnwindSafe for HeatmapQuantityMode
impl Send for HeatmapQuantityMode
impl Sync for HeatmapQuantityMode
impl Unpin for HeatmapQuantityMode
impl UnsafeUnpin for HeatmapQuantityMode
impl UnwindSafe for HeatmapQuantityMode
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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§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.