pub struct FileToMutate {
pub file_path: String,
pub lines_touched: Vec<usize>,
pub is_unit_test: bool,
}Fields§
§file_path: String§lines_touched: Vec<usize>§is_unit_test: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FileToMutate
impl RefUnwindSafe for FileToMutate
impl Send for FileToMutate
impl Sync for FileToMutate
impl Unpin for FileToMutate
impl UnsafeUnpin for FileToMutate
impl UnwindSafe for FileToMutate
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