pub struct AffectedDebugEntry {
pub changed_file: String,
pub reason: String,
pub matched_tests: Vec<String>,
pub matched_by: AffectedMatchSources,
}Fields§
§changed_file: String§reason: String§matched_tests: Vec<String>§matched_by: AffectedMatchSourcesTrait Implementations§
Source§impl Clone for AffectedDebugEntry
impl Clone for AffectedDebugEntry
Source§fn clone(&self) -> AffectedDebugEntry
fn clone(&self) -> AffectedDebugEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AffectedDebugEntry
impl Debug for AffectedDebugEntry
Auto Trait Implementations§
impl Freeze for AffectedDebugEntry
impl RefUnwindSafe for AffectedDebugEntry
impl Send for AffectedDebugEntry
impl Sync for AffectedDebugEntry
impl Unpin for AffectedDebugEntry
impl UnsafeUnpin for AffectedDebugEntry
impl UnwindSafe for AffectedDebugEntry
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