pub struct RepairReport {
pub fixed_tasks: usize,
pub remapped_ids: Vec<(String, String)>,
pub fixed_timestamps: usize,
}Fields§
§fixed_tasks: usize§remapped_ids: Vec<(String, String)>§fixed_timestamps: usizeImplementations§
Trait Implementations§
Source§impl Clone for RepairReport
impl Clone for RepairReport
Source§fn clone(&self) -> RepairReport
fn clone(&self) -> RepairReport
Returns a duplicate of the value. Read more
1.0.0 · 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 RepairReport
impl Debug for RepairReport
Source§impl Default for RepairReport
impl Default for RepairReport
Source§fn default() -> RepairReport
fn default() -> RepairReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepairReport
impl RefUnwindSafe for RepairReport
impl Send for RepairReport
impl Sync for RepairReport
impl Unpin for RepairReport
impl UnsafeUnpin for RepairReport
impl UnwindSafe for RepairReport
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