pub struct MatchingOptions {
pub case_fold: CaseFoldMode,
}Expand description
Options for the matching normalization pipeline.
Fields§
§case_fold: CaseFoldModeCase folding mode. Defaults to CaseFoldMode::Standard.
Trait Implementations§
Source§impl Clone for MatchingOptions
impl Clone for MatchingOptions
Source§fn clone(&self) -> MatchingOptions
fn clone(&self) -> MatchingOptions
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 MatchingOptions
impl Debug for MatchingOptions
Source§impl Default for MatchingOptions
impl Default for MatchingOptions
Source§impl PartialEq for MatchingOptions
impl PartialEq for MatchingOptions
impl Copy for MatchingOptions
impl Eq for MatchingOptions
impl StructuralPartialEq for MatchingOptions
Auto Trait Implementations§
impl Freeze for MatchingOptions
impl RefUnwindSafe for MatchingOptions
impl Send for MatchingOptions
impl Sync for MatchingOptions
impl Unpin for MatchingOptions
impl UnsafeUnpin for MatchingOptions
impl UnwindSafe for MatchingOptions
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