pub struct JsonComparator;Implementations§
Source§impl JsonComparator
impl JsonComparator
pub fn compare( actual: &Value, expected: &Value, options: &InlineOptions, ) -> Vec<AssertionResult>
Auto Trait Implementations§
impl Freeze for JsonComparator
impl RefUnwindSafe for JsonComparator
impl Send for JsonComparator
impl Sync for JsonComparator
impl Unpin for JsonComparator
impl UnsafeUnpin for JsonComparator
impl UnwindSafe for JsonComparator
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