pub struct CaptureReport {
pub rev: String,
pub files: usize,
pub changed: bool,
}Fields§
§rev: String§files: usize§changed: boolFalse when the content was identical to the previous binding.
Trait Implementations§
Source§impl Clone for CaptureReport
impl Clone for CaptureReport
Source§fn clone(&self) -> CaptureReport
fn clone(&self) -> CaptureReport
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 CaptureReport
impl Debug for CaptureReport
impl Eq for CaptureReport
Source§impl PartialEq for CaptureReport
impl PartialEq for CaptureReport
impl StructuralPartialEq for CaptureReport
Auto Trait Implementations§
impl Freeze for CaptureReport
impl RefUnwindSafe for CaptureReport
impl Send for CaptureReport
impl Sync for CaptureReport
impl Unpin for CaptureReport
impl UnsafeUnpin for CaptureReport
impl UnwindSafe for CaptureReport
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