pub struct ObserveFileEntry {
pub production_file: String,
pub test_files: Vec<String>,
pub strategy: String,
}Expand description
A file mapping entry for the report.
Fields§
§production_file: String§test_files: Vec<String>§strategy: StringTrait Implementations§
Source§impl Clone for ObserveFileEntry
impl Clone for ObserveFileEntry
Source§fn clone(&self) -> ObserveFileEntry
fn clone(&self) -> ObserveFileEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObserveFileEntry
impl Debug for ObserveFileEntry
Auto Trait Implementations§
impl Freeze for ObserveFileEntry
impl RefUnwindSafe for ObserveFileEntry
impl Send for ObserveFileEntry
impl Sync for ObserveFileEntry
impl Unpin for ObserveFileEntry
impl UnsafeUnpin for ObserveFileEntry
impl UnwindSafe for ObserveFileEntry
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