pub struct GitDiffSpec {
pub repo_path: PathBuf,
pub left_ref: String,
pub right_ref: String,
}Fields§
§repo_path: PathBuf§left_ref: String§right_ref: StringTrait Implementations§
Source§impl Clone for GitDiffSpec
impl Clone for GitDiffSpec
Source§fn clone(&self) -> GitDiffSpec
fn clone(&self) -> GitDiffSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GitDiffSpec
impl RefUnwindSafe for GitDiffSpec
impl Send for GitDiffSpec
impl Sync for GitDiffSpec
impl Unpin for GitDiffSpec
impl UnsafeUnpin for GitDiffSpec
impl UnwindSafe for GitDiffSpec
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