pub struct AlertingAlertmanager {
pub static_configs: Vec<StaticConfig>,
pub scheme: Option<String>,
pub path_prefix: Option<String>,
pub timeout: Option<String>,
pub tls_config: Option<Value>,
}Fields§
§static_configs: Vec<StaticConfig>§scheme: Option<String>§path_prefix: Option<String>§timeout: Option<String>§tls_config: Option<Value>Trait Implementations§
Source§impl Clone for AlertingAlertmanager
impl Clone for AlertingAlertmanager
Source§fn clone(&self) -> AlertingAlertmanager
fn clone(&self) -> AlertingAlertmanager
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 AlertingAlertmanager
impl Debug for AlertingAlertmanager
Source§impl<'de> Deserialize<'de> for AlertingAlertmanager
impl<'de> Deserialize<'de> for AlertingAlertmanager
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
Auto Trait Implementations§
impl Freeze for AlertingAlertmanager
impl RefUnwindSafe for AlertingAlertmanager
impl Send for AlertingAlertmanager
impl Sync for AlertingAlertmanager
impl Unpin for AlertingAlertmanager
impl UnsafeUnpin for AlertingAlertmanager
impl UnwindSafe for AlertingAlertmanager
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