pub enum MatchPredicatePartEnum {
BODY,
SUBJECT,
FROM_ADDRESSES,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for MatchPredicatePartEnum
impl AsRef<str> for MatchPredicatePartEnum
Source§impl Clone for MatchPredicatePartEnum
impl Clone for MatchPredicatePartEnum
Source§fn clone(&self) -> MatchPredicatePartEnum
fn clone(&self) -> MatchPredicatePartEnum
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 MatchPredicatePartEnum
impl Debug for MatchPredicatePartEnum
Source§impl Default for MatchPredicatePartEnum
impl Default for MatchPredicatePartEnum
Source§impl<'de> Deserialize<'de> for MatchPredicatePartEnum
impl<'de> Deserialize<'de> for MatchPredicatePartEnum
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 MatchPredicatePartEnum
impl Display for MatchPredicatePartEnum
Source§impl FromStr for MatchPredicatePartEnum
impl FromStr for MatchPredicatePartEnum
Source§impl Ord for MatchPredicatePartEnum
impl Ord for MatchPredicatePartEnum
Source§fn cmp(&self, other: &MatchPredicatePartEnum) -> Ordering
fn cmp(&self, other: &MatchPredicatePartEnum) -> 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 PartialEq for MatchPredicatePartEnum
impl PartialEq for MatchPredicatePartEnum
Source§impl PartialOrd for MatchPredicatePartEnum
impl PartialOrd for MatchPredicatePartEnum
Source§impl Serialize for MatchPredicatePartEnum
impl Serialize for MatchPredicatePartEnum
impl Eq for MatchPredicatePartEnum
impl StructuralPartialEq for MatchPredicatePartEnum
Auto Trait Implementations§
impl Freeze for MatchPredicatePartEnum
impl RefUnwindSafe for MatchPredicatePartEnum
impl Send for MatchPredicatePartEnum
impl Sync for MatchPredicatePartEnum
impl Unpin for MatchPredicatePartEnum
impl UnwindSafe for MatchPredicatePartEnum
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