pub struct EventRuleActions {
pub route: Option<HashMap<String, Value>>,
}Fields§
§route: Option<HashMap<String, Value>>Set the service ID of the target service for the resulting alert. You can find the service you want to route to by calling the services endpoint.
Trait Implementations§
Source§impl Clone for EventRuleActions
impl Clone for EventRuleActions
Source§fn clone(&self) -> EventRuleActions
fn clone(&self) -> EventRuleActions
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 EventRuleActions
impl Debug for EventRuleActions
Source§impl Default for EventRuleActions
impl Default for EventRuleActions
Source§fn default() -> EventRuleActions
fn default() -> EventRuleActions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventRuleActions
impl<'de> Deserialize<'de> for EventRuleActions
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 EventRuleActions
impl PartialEq for EventRuleActions
Source§impl Serialize for EventRuleActions
impl Serialize for EventRuleActions
impl StructuralPartialEq for EventRuleActions
Auto Trait Implementations§
impl Freeze for EventRuleActions
impl RefUnwindSafe for EventRuleActions
impl Send for EventRuleActions
impl Sync for EventRuleActions
impl Unpin for EventRuleActions
impl UnwindSafe for EventRuleActions
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