pub enum EventNotificationEnum {
HardWiredNotification,
HardWiredMonitor,
PreconfiguredMonitor,
CustomMonitor,
}Expand description
Specifies the event notification type of the message.
Variants§
Trait Implementations§
Source§impl Clone for EventNotificationEnum
impl Clone for EventNotificationEnum
Source§fn clone(&self) -> EventNotificationEnum
fn clone(&self) -> EventNotificationEnum
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 EventNotificationEnum
impl Debug for EventNotificationEnum
Source§impl<'de> Deserialize<'de> for EventNotificationEnum
impl<'de> Deserialize<'de> for EventNotificationEnum
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
impl Eq for EventNotificationEnum
Source§impl PartialEq for EventNotificationEnum
impl PartialEq for EventNotificationEnum
Source§impl Serialize for EventNotificationEnum
impl Serialize for EventNotificationEnum
impl StructuralPartialEq for EventNotificationEnum
Source§impl Validate for EventNotificationEnum
Available on crate feature validate only.
impl Validate for EventNotificationEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for EventNotificationEnum
impl RefUnwindSafe for EventNotificationEnum
impl Send for EventNotificationEnum
impl Sync for EventNotificationEnum
impl Unpin for EventNotificationEnum
impl UnsafeUnpin for EventNotificationEnum
impl UnwindSafe for EventNotificationEnum
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