pub enum MatchQueryOrString {
Object(MatchQuery),
String(String),
}Variants§
Object(MatchQuery)
String(String)
Trait Implementations§
Source§impl Debug for MatchQueryOrString
impl Debug for MatchQueryOrString
Source§impl<'de> Deserialize<'de> for MatchQueryOrString
impl<'de> Deserialize<'de> for MatchQueryOrString
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
Auto Trait Implementations§
impl Freeze for MatchQueryOrString
impl RefUnwindSafe for MatchQueryOrString
impl Send for MatchQueryOrString
impl Sync for MatchQueryOrString
impl Unpin for MatchQueryOrString
impl UnwindSafe for MatchQueryOrString
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