pub struct AlertsResponse {
pub active_alerts: Vec<SecurityAlert>,
pub resolved_alerts: Vec<SecurityAlert>,
pub alert_rules: Vec<AlertRule>,
}
Fields§
§active_alerts: Vec<SecurityAlert>
§resolved_alerts: Vec<SecurityAlert>
§alert_rules: Vec<AlertRule>
Trait Implementations§
Source§impl Debug for AlertsResponse
impl Debug for AlertsResponse
Source§impl<'de> Deserialize<'de> for AlertsResponse
impl<'de> Deserialize<'de> for AlertsResponse
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 AlertsResponse
impl RefUnwindSafe for AlertsResponse
impl Send for AlertsResponse
impl Sync for AlertsResponse
impl Unpin for AlertsResponse
impl UnwindSafe for AlertsResponse
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