pub struct WorktreePatchOperationSummary {
pub path: String,
pub operation: WorktreePatchOperationKind,
}Expand description
Summary of one generated patch operation.
Fields§
§path: StringRepository-relative path.
operation: WorktreePatchOperationKindGenerated operation kind.
Trait Implementations§
Source§impl Clone for WorktreePatchOperationSummary
impl Clone for WorktreePatchOperationSummary
Source§fn clone(&self) -> WorktreePatchOperationSummary
fn clone(&self) -> WorktreePatchOperationSummary
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 moreimpl Eq for WorktreePatchOperationSummary
impl StructuralPartialEq for WorktreePatchOperationSummary
Auto Trait Implementations§
impl Freeze for WorktreePatchOperationSummary
impl RefUnwindSafe for WorktreePatchOperationSummary
impl Send for WorktreePatchOperationSummary
impl Sync for WorktreePatchOperationSummary
impl Unpin for WorktreePatchOperationSummary
impl UnsafeUnpin for WorktreePatchOperationSummary
impl UnwindSafe for WorktreePatchOperationSummary
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