pub struct MutantData {
pub diff: String,
pub patch_hash: String,
pub file_path: String,
pub operator: String,
}Expand description
Data collected during mutation for a single generated mutant.
Fields§
§diff: String§patch_hash: String§file_path: String§operator: StringAuto Trait Implementations§
impl Freeze for MutantData
impl RefUnwindSafe for MutantData
impl Send for MutantData
impl Sync for MutantData
impl Unpin for MutantData
impl UnsafeUnpin for MutantData
impl UnwindSafe for MutantData
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