pub enum EventPattern {
Any,
Kind(String),
KindPrefix(String),
StateOpsApplied,
PatchStatusChanged,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EventPattern
impl Clone for EventPattern
Source§fn clone(&self) -> EventPattern
fn clone(&self) -> EventPattern
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 EventPattern
impl Debug for EventPattern
Source§impl<'de> Deserialize<'de> for EventPattern
impl<'de> Deserialize<'de> for EventPattern
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 EventPattern
Source§impl PartialEq for EventPattern
impl PartialEq for EventPattern
Source§impl Serialize for EventPattern
impl Serialize for EventPattern
impl StructuralPartialEq for EventPattern
Auto Trait Implementations§
impl Freeze for EventPattern
impl RefUnwindSafe for EventPattern
impl Send for EventPattern
impl Sync for EventPattern
impl Unpin for EventPattern
impl UnsafeUnpin for EventPattern
impl UnwindSafe for EventPattern
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