pub struct DiffEnvelope { /* private fields */ }Expand description
Current diff-command result envelope.
Implementations§
Trait Implementations§
Source§impl Debug for DiffEnvelope
impl Debug for DiffEnvelope
Auto Trait Implementations§
impl Freeze for DiffEnvelope
impl RefUnwindSafe for DiffEnvelope
impl Send for DiffEnvelope
impl Sync for DiffEnvelope
impl Unpin for DiffEnvelope
impl UnsafeUnpin for DiffEnvelope
impl UnwindSafe for DiffEnvelope
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