pub enum RuleStateValue {
Text(LogString),
Field(LogString),
}Variants§
Trait Implementations§
Source§impl Clone for RuleStateValue
impl Clone for RuleStateValue
Source§fn clone(&self) -> RuleStateValue
fn clone(&self) -> RuleStateValue
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 RuleStateValue
impl Debug for RuleStateValue
Source§impl<'de> Deserialize<'de> for RuleStateValue
impl<'de> Deserialize<'de> for RuleStateValue
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 RuleStateValue
impl PartialEq for RuleStateValue
Source§impl Serialize for RuleStateValue
impl Serialize for RuleStateValue
impl StructuralPartialEq for RuleStateValue
Auto Trait Implementations§
impl Freeze for RuleStateValue
impl RefUnwindSafe for RuleStateValue
impl Send for RuleStateValue
impl Sync for RuleStateValue
impl Unpin for RuleStateValue
impl UnwindSafe for RuleStateValue
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