pub struct WorktreeApplyReport { /* private fields */ }Expand description
Successful durable commit of a resource-operation plan.
Implementations§
Source§impl WorktreeApplyReport
impl WorktreeApplyReport
pub fn transaction_id(&self) -> &str
pub fn operation(&self) -> &str
pub fn files(&self) -> &[OperationChange]
pub const fn touched_paths(&self) -> usize
Trait Implementations§
Source§impl Clone for WorktreeApplyReport
impl Clone for WorktreeApplyReport
Source§fn clone(&self) -> WorktreeApplyReport
fn clone(&self) -> WorktreeApplyReport
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 moreSource§impl Debug for WorktreeApplyReport
impl Debug for WorktreeApplyReport
impl Eq for WorktreeApplyReport
Source§impl PartialEq for WorktreeApplyReport
impl PartialEq for WorktreeApplyReport
impl StructuralPartialEq for WorktreeApplyReport
Auto Trait Implementations§
impl Freeze for WorktreeApplyReport
impl RefUnwindSafe for WorktreeApplyReport
impl Send for WorktreeApplyReport
impl Sync for WorktreeApplyReport
impl Unpin for WorktreeApplyReport
impl UnsafeUnpin for WorktreeApplyReport
impl UnwindSafe for WorktreeApplyReport
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