pub enum AxMatchStrategy {
Contains,
Exact,
Prefix,
Suffix,
Regex,
}Variants§
Trait Implementations§
Source§impl Clone for AxMatchStrategy
impl Clone for AxMatchStrategy
Source§fn clone(&self) -> AxMatchStrategy
fn clone(&self) -> AxMatchStrategy
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 AxMatchStrategy
impl Debug for AxMatchStrategy
Source§impl Default for AxMatchStrategy
impl Default for AxMatchStrategy
Source§fn default() -> AxMatchStrategy
fn default() -> AxMatchStrategy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxMatchStrategy
impl<'de> Deserialize<'de> for AxMatchStrategy
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 AxMatchStrategy
impl PartialEq for AxMatchStrategy
Source§impl Serialize for AxMatchStrategy
impl Serialize for AxMatchStrategy
Source§impl ValueEnum for AxMatchStrategy
impl ValueEnum for AxMatchStrategy
impl Copy for AxMatchStrategy
impl Eq for AxMatchStrategy
impl StructuralPartialEq for AxMatchStrategy
Auto Trait Implementations§
impl Freeze for AxMatchStrategy
impl RefUnwindSafe for AxMatchStrategy
impl Send for AxMatchStrategy
impl Sync for AxMatchStrategy
impl Unpin for AxMatchStrategy
impl UnsafeUnpin for AxMatchStrategy
impl UnwindSafe for AxMatchStrategy
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