pub struct PatchReport {
pub insertions: Vec<String>,
pub skipped: Vec<String>,
}Fields§
§insertions: Vec<String>§skipped: Vec<String>Auto Trait Implementations§
impl Freeze for PatchReport
impl RefUnwindSafe for PatchReport
impl Send for PatchReport
impl Sync for PatchReport
impl Unpin for PatchReport
impl UnsafeUnpin for PatchReport
impl UnwindSafe for PatchReport
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