pub struct ResolvedAlert {
pub id: String,
pub rule_name: String,
pub status: String,
}Expand description
One explicitly named alert, resolved before a preview.
Fields§
§id: String§rule_name: String§status: StringTrait Implementations§
Source§impl Clone for ResolvedAlert
impl Clone for ResolvedAlert
Source§fn clone(&self) -> ResolvedAlert
fn clone(&self) -> ResolvedAlert
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 moreSource§impl Debug for ResolvedAlert
impl Debug for ResolvedAlert
impl Eq for ResolvedAlert
Source§impl PartialEq for ResolvedAlert
impl PartialEq for ResolvedAlert
impl StructuralPartialEq for ResolvedAlert
Auto Trait Implementations§
impl Freeze for ResolvedAlert
impl RefUnwindSafe for ResolvedAlert
impl Send for ResolvedAlert
impl Sync for ResolvedAlert
impl Unpin for ResolvedAlert
impl UnsafeUnpin for ResolvedAlert
impl UnwindSafe for ResolvedAlert
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.