pub struct MutantRow {
pub id: i64,
pub diff: String,
pub file_path: Option<String>,
}Expand description
A mutant row read back from the database.
Fields§
§id: i64§diff: String§file_path: Option<String>Auto Trait Implementations§
impl Freeze for MutantRow
impl RefUnwindSafe for MutantRow
impl Send for MutantRow
impl Sync for MutantRow
impl Unpin for MutantRow
impl UnsafeUnpin for MutantRow
impl UnwindSafe for MutantRow
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