pub struct NumberMatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl JsonMatcher for NumberMatcher
impl JsonMatcher for NumberMatcher
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
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