pub struct FilePatch {
pub path: PathBuf,
pub previous_path: Option<PathBuf>,
pub line_ranges: Vec<LineRange>,
}Fields§
§path: PathBuf§previous_path: Option<PathBuf>§line_ranges: Vec<LineRange>Trait Implementations§
impl Eq for FilePatch
impl StructuralPartialEq for FilePatch
Auto Trait Implementations§
impl Freeze for FilePatch
impl RefUnwindSafe for FilePatch
impl Send for FilePatch
impl Sync for FilePatch
impl Unpin for FilePatch
impl UnsafeUnpin for FilePatch
impl UnwindSafe for FilePatch
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