pub struct AlertDomain(/* private fields */);Expand description
The product domain an alert rule is scoped to.
The server defaults to AlertDomain::RTC when omitted — pass
AlertDomain::AGENT to see agent-domain rules.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for AlertDomain
impl AsRef<str> for AlertDomain
Source§impl Clone for AlertDomain
impl Clone for AlertDomain
Source§fn clone(&self) -> AlertDomain
fn clone(&self) -> AlertDomain
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 AlertDomain
impl Debug for AlertDomain
Source§impl<'de> Deserialize<'de> for AlertDomain
impl<'de> Deserialize<'de> for AlertDomain
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 Display for AlertDomain
impl Display for AlertDomain
impl Eq for AlertDomain
Source§impl From<&str> for AlertDomain
impl From<&str> for AlertDomain
Source§impl From<String> for AlertDomain
impl From<String> for AlertDomain
Source§impl Hash for AlertDomain
impl Hash for AlertDomain
Source§impl PartialEq for AlertDomain
impl PartialEq for AlertDomain
Source§impl Serialize for AlertDomain
impl Serialize for AlertDomain
impl StructuralPartialEq for AlertDomain
Auto Trait Implementations§
impl Freeze for AlertDomain
impl RefUnwindSafe for AlertDomain
impl Send for AlertDomain
impl Sync for AlertDomain
impl Unpin for AlertDomain
impl UnsafeUnpin for AlertDomain
impl UnwindSafe for AlertDomain
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.