pub enum EventRuleVariablesTypeEnum {
REGEX,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for EventRuleVariablesTypeEnum
impl AsRef<str> for EventRuleVariablesTypeEnum
Source§impl Clone for EventRuleVariablesTypeEnum
impl Clone for EventRuleVariablesTypeEnum
Source§fn clone(&self) -> EventRuleVariablesTypeEnum
fn clone(&self) -> EventRuleVariablesTypeEnum
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 EventRuleVariablesTypeEnum
impl Debug for EventRuleVariablesTypeEnum
Source§impl Default for EventRuleVariablesTypeEnum
impl Default for EventRuleVariablesTypeEnum
Source§impl<'de> Deserialize<'de> for EventRuleVariablesTypeEnum
impl<'de> Deserialize<'de> for EventRuleVariablesTypeEnum
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 Display for EventRuleVariablesTypeEnum
impl Display for EventRuleVariablesTypeEnum
Source§impl FromStr for EventRuleVariablesTypeEnum
impl FromStr for EventRuleVariablesTypeEnum
Source§impl Ord for EventRuleVariablesTypeEnum
impl Ord for EventRuleVariablesTypeEnum
Source§fn cmp(&self, other: &EventRuleVariablesTypeEnum) -> Ordering
fn cmp(&self, other: &EventRuleVariablesTypeEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EventRuleVariablesTypeEnum
impl PartialOrd for EventRuleVariablesTypeEnum
impl Eq for EventRuleVariablesTypeEnum
impl StructuralPartialEq for EventRuleVariablesTypeEnum
Auto Trait Implementations§
impl Freeze for EventRuleVariablesTypeEnum
impl RefUnwindSafe for EventRuleVariablesTypeEnum
impl Send for EventRuleVariablesTypeEnum
impl Sync for EventRuleVariablesTypeEnum
impl Unpin for EventRuleVariablesTypeEnum
impl UnwindSafe for EventRuleVariablesTypeEnum
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an UncasedStr.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