pub struct SchemaComparator;Expand description
Schema comparator for comparing mock and real schemas
Implementations§
Auto Trait Implementations§
impl Freeze for SchemaComparator
impl RefUnwindSafe for SchemaComparator
impl Send for SchemaComparator
impl Sync for SchemaComparator
impl Unpin for SchemaComparator
impl UnsafeUnpin for SchemaComparator
impl UnwindSafe for SchemaComparator
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