pub struct DiffComposition {
pub format: DiffFormat,
pub diff: Vec<Diff>,
}Fields§
§format: DiffFormat§diff: Vec<Diff>Auto Trait Implementations§
impl Freeze for DiffComposition
impl RefUnwindSafe for DiffComposition
impl Send for DiffComposition
impl Sync for DiffComposition
impl Unpin for DiffComposition
impl UnwindSafe for DiffComposition
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