pub enum CustomAlertRuleUnion {}Expand description
The type of the custom alert rule.
Trait Implementations§
Source§impl Clone for CustomAlertRuleUnion
impl Clone for CustomAlertRuleUnion
Source§fn clone(&self) -> CustomAlertRuleUnion
fn clone(&self) -> CustomAlertRuleUnion
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 CustomAlertRuleUnion
impl Debug for CustomAlertRuleUnion
Source§impl<'de> Deserialize<'de> for CustomAlertRuleUnion
impl<'de> Deserialize<'de> for CustomAlertRuleUnion
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 PartialEq for CustomAlertRuleUnion
impl PartialEq for CustomAlertRuleUnion
Source§fn eq(&self, other: &CustomAlertRuleUnion) -> bool
fn eq(&self, other: &CustomAlertRuleUnion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CustomAlertRuleUnion
impl Serialize for CustomAlertRuleUnion
impl StructuralPartialEq for CustomAlertRuleUnion
Auto Trait Implementations§
impl Freeze for CustomAlertRuleUnion
impl RefUnwindSafe for CustomAlertRuleUnion
impl Send for CustomAlertRuleUnion
impl Sync for CustomAlertRuleUnion
impl Unpin for CustomAlertRuleUnion
impl UnsafeUnpin for CustomAlertRuleUnion
impl UnwindSafe for CustomAlertRuleUnion
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