pub enum FuzzySpace {}
Expand description
Requires that whitespace in the pattern exists in the input, but the exact kind of space doesn’t matter.
Trait Implementations§
Source§impl Debug for FuzzySpace
impl Debug for FuzzySpace
Auto Trait Implementations§
impl Freeze for FuzzySpace
impl RefUnwindSafe for FuzzySpace
impl Send for FuzzySpace
impl Sync for FuzzySpace
impl Unpin for FuzzySpace
impl UnwindSafe for FuzzySpace
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