pub struct IntegerMatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl JsonMatcher for IntegerMatcher
impl JsonMatcher for IntegerMatcher
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
Auto Trait Implementations§
impl Freeze for IntegerMatcher
impl RefUnwindSafe for IntegerMatcher
impl Send for IntegerMatcher
impl Sync for IntegerMatcher
impl Unpin for IntegerMatcher
impl UnwindSafe for IntegerMatcher
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