pub struct CompareConfig {
pub ignored_json_paths: HashSet<String>,
pub redact_json_paths: HashSet<String>,
pub ignored_headers: HashSet<String>,
pub ignore_stderr: bool,
}Fields§
§ignored_json_paths: HashSet<String>§redact_json_paths: HashSet<String>§ignored_headers: HashSet<String>§ignore_stderr: boolImplementations§
Trait Implementations§
Source§impl Clone for CompareConfig
impl Clone for CompareConfig
Source§fn clone(&self) -> CompareConfig
fn clone(&self) -> CompareConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompareConfig
impl RefUnwindSafe for CompareConfig
impl Send for CompareConfig
impl Sync for CompareConfig
impl Unpin for CompareConfig
impl UnsafeUnpin for CompareConfig
impl UnwindSafe for CompareConfig
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