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