pub struct Mismatch {
pub left_only_keys: KeyNode,
pub right_only_keys: KeyNode,
pub keys_in_both: KeyNode,
}
Fields§
§left_only_keys: KeyNode
§right_only_keys: KeyNode
§keys_in_both: KeyNode
Implementations§
Trait Implementations§
source§impl PartialEq for Mismatch
impl PartialEq for Mismatch
impl StructuralPartialEq for Mismatch
Auto Trait Implementations§
impl RefUnwindSafe for Mismatch
impl Send for Mismatch
impl Sync for Mismatch
impl Unpin for Mismatch
impl UnwindSafe for Mismatch
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