pub struct FormattedUnifiedDiff {
pub content: Vec<UnifiedDiffContent>,
}
Expand description
formatted unified diff
Fields§
§content: Vec<UnifiedDiffContent>
Trait Implementations§
Source§impl Clone for FormattedUnifiedDiff
impl Clone for FormattedUnifiedDiff
Source§fn clone(&self) -> FormattedUnifiedDiff
fn clone(&self) -> FormattedUnifiedDiff
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FormattedUnifiedDiff
impl Debug for FormattedUnifiedDiff
Auto Trait Implementations§
impl Freeze for FormattedUnifiedDiff
impl RefUnwindSafe for FormattedUnifiedDiff
impl Send for FormattedUnifiedDiff
impl Sync for FormattedUnifiedDiff
impl Unpin for FormattedUnifiedDiff
impl UnwindSafe for FormattedUnifiedDiff
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