pub struct RetainedApplyReport { /* private fields */ }Expand description
Successful commit plus its exact rollback binding.
Implementations§
Source§impl RetainedApplyReport
impl RetainedApplyReport
pub const fn apply(&self) -> &WorktreeApplyReport
pub const fn receipt(&self) -> &UndoReceipt
pub fn undo_id(&self) -> &UndoId
Trait Implementations§
Source§impl Clone for RetainedApplyReport
impl Clone for RetainedApplyReport
Source§fn clone(&self) -> RetainedApplyReport
fn clone(&self) -> RetainedApplyReport
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 RetainedApplyReport
impl Debug for RetainedApplyReport
impl Eq for RetainedApplyReport
Source§impl PartialEq for RetainedApplyReport
impl PartialEq for RetainedApplyReport
impl StructuralPartialEq for RetainedApplyReport
Auto Trait Implementations§
impl Freeze for RetainedApplyReport
impl RefUnwindSafe for RetainedApplyReport
impl Send for RetainedApplyReport
impl Sync for RetainedApplyReport
impl Unpin for RetainedApplyReport
impl UnsafeUnpin for RetainedApplyReport
impl UnwindSafe for RetainedApplyReport
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