pub struct DryRunReport { /* private fields */ }Expand description
Read-only result of validating and projecting an edit plan.
Implementations§
Source§impl DryRunReport
impl DryRunReport
pub fn operation(&self) -> &str
pub fn files(&self) -> &[FileChange]
pub fn total_edits(&self) -> usize
pub fn total_bytes_before(&self) -> u64
pub fn total_bytes_after(&self) -> u64
Trait Implementations§
Source§impl Clone for DryRunReport
impl Clone for DryRunReport
Source§fn clone(&self) -> DryRunReport
fn clone(&self) -> DryRunReport
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 DryRunReport
impl Debug for DryRunReport
impl Eq for DryRunReport
Source§impl PartialEq for DryRunReport
impl PartialEq for DryRunReport
impl StructuralPartialEq for DryRunReport
Auto Trait Implementations§
impl Freeze for DryRunReport
impl RefUnwindSafe for DryRunReport
impl Send for DryRunReport
impl Sync for DryRunReport
impl Unpin for DryRunReport
impl UnsafeUnpin for DryRunReport
impl UnwindSafe for DryRunReport
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