pub struct UnresolvedMarkerEntry {
pub source_path: String,
pub line_numbers: Vec<usize>,
}Expand description
One unresolved-marker hit found in --strict mode. Path-and-line
granularity, identical in shape to what the pipeline gate reports.
Fields§
§source_path: String§line_numbers: Vec<usize>Trait Implementations§
Source§impl Clone for UnresolvedMarkerEntry
impl Clone for UnresolvedMarkerEntry
Source§fn clone(&self) -> UnresolvedMarkerEntry
fn clone(&self) -> UnresolvedMarkerEntry
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 UnresolvedMarkerEntry
impl Debug for UnresolvedMarkerEntry
Auto Trait Implementations§
impl Freeze for UnresolvedMarkerEntry
impl RefUnwindSafe for UnresolvedMarkerEntry
impl Send for UnresolvedMarkerEntry
impl Sync for UnresolvedMarkerEntry
impl Unpin for UnresolvedMarkerEntry
impl UnsafeUnpin for UnresolvedMarkerEntry
impl UnwindSafe for UnresolvedMarkerEntry
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