pub struct Differ;
Expand description
The Differ
struct represents a database differ.
It provides a method diff_dbs
that performs the diffing operation between two databases.
Implementations§
Source§impl Differ
impl Differ
pub async fn diff_dbs(diff_payload: DiffPayload) -> Result<Vec<DiffOutput>>
Auto Trait Implementations§
impl Freeze for Differ
impl RefUnwindSafe for Differ
impl Send for Differ
impl Sync for Differ
impl Unpin for Differ
impl UnwindSafe for Differ
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