pub struct ListCustomAlertRule {
pub custom_alert_rule: CustomAlertRule,
pub value_type: Option<ValueType>,
}Expand description
A List custom alert rule.
Fields§
§custom_alert_rule: CustomAlertRule§value_type: Option<ValueType>The value type of the items in the list.
Implementations§
Source§impl ListCustomAlertRule
impl ListCustomAlertRule
pub fn new(custom_alert_rule: CustomAlertRule) -> Self
Trait Implementations§
Source§impl Clone for ListCustomAlertRule
impl Clone for ListCustomAlertRule
Source§fn clone(&self) -> ListCustomAlertRule
fn clone(&self) -> ListCustomAlertRule
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 ListCustomAlertRule
impl Debug for ListCustomAlertRule
Source§impl<'de> Deserialize<'de> for ListCustomAlertRule
impl<'de> Deserialize<'de> for ListCustomAlertRule
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 ListCustomAlertRule
impl PartialEq for ListCustomAlertRule
Source§fn eq(&self, other: &ListCustomAlertRule) -> bool
fn eq(&self, other: &ListCustomAlertRule) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ListCustomAlertRule
impl Serialize for ListCustomAlertRule
impl StructuralPartialEq for ListCustomAlertRule
Auto Trait Implementations§
impl Freeze for ListCustomAlertRule
impl RefUnwindSafe for ListCustomAlertRule
impl Send for ListCustomAlertRule
impl Sync for ListCustomAlertRule
impl Unpin for ListCustomAlertRule
impl UnsafeUnpin for ListCustomAlertRule
impl UnwindSafe for ListCustomAlertRule
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