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