pub struct AlertrequestConditions { /* private fields */ }
Implementations§
Source§impl AlertrequestConditions
impl AlertrequestConditions
pub fn new() -> AlertrequestConditions
pub fn set_conidex(&mut self, conidex: String)
pub fn with_conidex(self, conidex: String) -> AlertrequestConditions
pub fn conidex(&self) -> Option<&String>
pub fn reset_conidex(&mut self)
pub fn set_logic_bind(&mut self, logic_bind: String)
pub fn with_logic_bind(self, logic_bind: String) -> AlertrequestConditions
pub fn logic_bind(&self) -> Option<&String>
pub fn reset_logic_bind(&mut self)
pub fn set_operator(&mut self, operator: String)
pub fn with_operator(self, operator: String) -> AlertrequestConditions
pub fn operator(&self) -> Option<&String>
pub fn reset_operator(&mut self)
pub fn set_time_zone(&mut self, time_zone: String)
pub fn with_time_zone(self, time_zone: String) -> AlertrequestConditions
pub fn time_zone(&self) -> Option<&String>
pub fn reset_time_zone(&mut self)
pub fn set_trigger_method(&mut self, trigger_method: String)
pub fn with_trigger_method( self, trigger_method: String, ) -> AlertrequestConditions
pub fn trigger_method(&self) -> Option<&String>
pub fn reset_trigger_method(&mut self)
pub fn set__type(&mut self, _type: i32)
pub fn with__type(self, _type: i32) -> AlertrequestConditions
pub fn _type(&self) -> Option<&i32>
pub fn reset__type(&mut self)
pub fn set_value(&mut self, value: String)
pub fn with_value(self, value: String) -> AlertrequestConditions
pub fn value(&self) -> Option<&String>
pub fn reset_value(&mut self)
Trait Implementations§
Source§impl Debug for AlertrequestConditions
impl Debug for AlertrequestConditions
Source§impl<'de> Deserialize<'de> for AlertrequestConditions
impl<'de> Deserialize<'de> for AlertrequestConditions
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 AlertrequestConditions
impl RefUnwindSafe for AlertrequestConditions
impl Send for AlertrequestConditions
impl Sync for AlertrequestConditions
impl Unpin for AlertrequestConditions
impl UnwindSafe for AlertrequestConditions
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