pub struct RepairReport {
pub segments: Vec<Vec<u8>>,
pub repairs: Vec<Repaired>,
pub cannot_repair: Vec<CannotRepair>,
}Fields§
§segments: Vec<Vec<u8>>§repairs: Vec<Repaired>§cannot_repair: Vec<CannotRepair>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