pub struct NumberMatcher;
Expand description
A matcher for number values.
It supports custom operators.
Trait Implementations§
Source§impl<Ctx: ?Sized> Matcher<Ctx> for NumberMatcher
impl<Ctx: ?Sized> Matcher<Ctx> for NumberMatcher
Auto Trait Implementations§
impl Freeze for NumberMatcher
impl RefUnwindSafe for NumberMatcher
impl Send for NumberMatcher
impl Sync for NumberMatcher
impl Unpin for NumberMatcher
impl UnwindSafe for NumberMatcher
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