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