pub struct DigestResult {
pub since: SinceResult,
pub uncommitted: Option<DiffResult>,
}Expand description
Combined result of digest command: changes since last anchor + uncommitted changes.
Fields§
§since: SinceResult§uncommitted: Option<DiffResult>Trait Implementations§
Source§impl Debug for DigestResult
impl Debug for DigestResult
Auto Trait Implementations§
impl Freeze for DigestResult
impl RefUnwindSafe for DigestResult
impl Send for DigestResult
impl Sync for DigestResult
impl Unpin for DigestResult
impl UnsafeUnpin for DigestResult
impl UnwindSafe for DigestResult
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