pub enum ExprCaseCompareStrategy {
UseOption,
MatchCase,
IgnoreCase,
}
Variants§
Trait Implementations§
Source§impl Clone for ExprCaseCompareStrategy
impl Clone for ExprCaseCompareStrategy
Source§fn clone(&self) -> ExprCaseCompareStrategy
fn clone(&self) -> ExprCaseCompareStrategy
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 ExprCaseCompareStrategy
impl Debug for ExprCaseCompareStrategy
Source§impl<'de> Deserialize<'de> for ExprCaseCompareStrategy
impl<'de> Deserialize<'de> for ExprCaseCompareStrategy
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 Hash for ExprCaseCompareStrategy
impl Hash for ExprCaseCompareStrategy
Source§impl PartialEq for ExprCaseCompareStrategy
impl PartialEq for ExprCaseCompareStrategy
Source§impl PartialOrd for ExprCaseCompareStrategy
impl PartialOrd for ExprCaseCompareStrategy
impl Copy for ExprCaseCompareStrategy
impl Eq for ExprCaseCompareStrategy
impl StructuralPartialEq for ExprCaseCompareStrategy
Auto Trait Implementations§
impl Freeze for ExprCaseCompareStrategy
impl RefUnwindSafe for ExprCaseCompareStrategy
impl Send for ExprCaseCompareStrategy
impl Sync for ExprCaseCompareStrategy
impl Unpin for ExprCaseCompareStrategy
impl UnwindSafe for ExprCaseCompareStrategy
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