pub struct ValueMatcher { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for ValueMatcher
impl Debug for ValueMatcher
Source§impl JsonMatcher for ValueMatcher
impl JsonMatcher for ValueMatcher
Auto Trait Implementations§
impl Freeze for ValueMatcher
impl RefUnwindSafe for ValueMatcher
impl Send for ValueMatcher
impl Sync for ValueMatcher
impl Unpin for ValueMatcher
impl UnwindSafe for ValueMatcher
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