Struct radicle_surf::diff::Deleted
source · pub struct Deleted {
pub path: PathBuf,
pub diff: DiffContent,
pub old: DiffFile,
}
Expand description
A file that was deleted within a Diff
.
Fields§
§path: PathBuf
The path to this file, relative to the repository root.
diff: DiffContent
§old: DiffFile
Trait Implementations§
impl Eq for Deleted
impl StructuralPartialEq for Deleted
Auto Trait Implementations§
impl Freeze for Deleted
impl RefUnwindSafe for Deleted
impl Send for Deleted
impl Sync for Deleted
impl Unpin for Deleted
impl UnwindSafe for Deleted
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)