pub enum RsLookupMatchType {
ExactId,
ExactText,
}Variants§
Trait Implementations§
Source§impl Clone for RsLookupMatchType
impl Clone for RsLookupMatchType
Source§fn clone(&self) -> RsLookupMatchType
fn clone(&self) -> RsLookupMatchType
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 RsLookupMatchType
impl Debug for RsLookupMatchType
Source§impl<'de> Deserialize<'de> for RsLookupMatchType
impl<'de> Deserialize<'de> for RsLookupMatchType
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 RsLookupMatchType
impl Display for RsLookupMatchType
Source§impl FromStr for RsLookupMatchType
impl FromStr for RsLookupMatchType
Source§impl PartialEq for RsLookupMatchType
impl PartialEq for RsLookupMatchType
Source§impl Serialize for RsLookupMatchType
impl Serialize for RsLookupMatchType
Source§impl TryFrom<&str> for RsLookupMatchType
impl TryFrom<&str> for RsLookupMatchType
impl StructuralPartialEq for RsLookupMatchType
Auto Trait Implementations§
impl Freeze for RsLookupMatchType
impl RefUnwindSafe for RsLookupMatchType
impl Send for RsLookupMatchType
impl Sync for RsLookupMatchType
impl Unpin for RsLookupMatchType
impl UnsafeUnpin for RsLookupMatchType
impl UnwindSafe for RsLookupMatchType
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