pub enum MonitoringAggregation {
Account,
Project,
Target,
}Expand description
Aggregation level for /scrape/monitoring/metrics.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MonitoringAggregation
impl Clone for MonitoringAggregation
Source§fn clone(&self) -> MonitoringAggregation
fn clone(&self) -> MonitoringAggregation
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 MonitoringAggregation
impl Debug for MonitoringAggregation
Source§impl<'de> Deserialize<'de> for MonitoringAggregation
impl<'de> Deserialize<'de> for MonitoringAggregation
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
Source§impl PartialEq for MonitoringAggregation
impl PartialEq for MonitoringAggregation
Source§impl Serialize for MonitoringAggregation
impl Serialize for MonitoringAggregation
impl Copy for MonitoringAggregation
impl Eq for MonitoringAggregation
impl StructuralPartialEq for MonitoringAggregation
Auto Trait Implementations§
impl Freeze for MonitoringAggregation
impl RefUnwindSafe for MonitoringAggregation
impl Send for MonitoringAggregation
impl Sync for MonitoringAggregation
impl Unpin for MonitoringAggregation
impl UnsafeUnpin for MonitoringAggregation
impl UnwindSafe for MonitoringAggregation
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