pub struct DDiff { /* private fields */ }
Expand description
A diff of a diff.
Implementations§
Trait Implementations§
impl StructuralPartialEq for DDiff
Auto Trait Implementations§
impl Freeze for DDiff
impl RefUnwindSafe for DDiff
impl Send for DDiff
impl Sync for DDiff
impl Unpin for DDiff
impl UnwindSafe for DDiff
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