pub struct AutoscalingFailover {
pub enabled: bool,
pub metrics: Vec<String>,
}Expand description
Autoscaling failover, shared by checks, DogStatsD, and OTLP.
Fields§
§enabled: boolWhether autoscaling metrics failover is active.
metrics: Vec<String>Metrics designated for failover.
Trait Implementations§
Source§impl Clone for AutoscalingFailover
impl Clone for AutoscalingFailover
Source§fn clone(&self) -> AutoscalingFailover
fn clone(&self) -> AutoscalingFailover
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 AutoscalingFailover
impl Debug for AutoscalingFailover
Source§impl Default for AutoscalingFailover
impl Default for AutoscalingFailover
Source§fn default() -> AutoscalingFailover
fn default() -> AutoscalingFailover
Returns the “default value” for a type. Read more
Source§impl PartialEq for AutoscalingFailover
impl PartialEq for AutoscalingFailover
Source§impl Serialize for AutoscalingFailover
impl Serialize for AutoscalingFailover
impl StructuralPartialEq for AutoscalingFailover
Auto Trait Implementations§
impl Freeze for AutoscalingFailover
impl RefUnwindSafe for AutoscalingFailover
impl Send for AutoscalingFailover
impl Sync for AutoscalingFailover
impl Unpin for AutoscalingFailover
impl UnwindSafe for AutoscalingFailover
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