pub struct UnresolvedReference {
pub reference: Reference,
pub reason: UnresolvedReason,
}Expand description
Persisted unresolved outcome: the reference plus the coverage context that produced the miss.
Fields§
§reference: Reference§reason: UnresolvedReasonTrait Implementations§
Source§impl Clone for UnresolvedReference
impl Clone for UnresolvedReference
Source§fn clone(&self) -> UnresolvedReference
fn clone(&self) -> UnresolvedReference
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 UnresolvedReference
impl Debug for UnresolvedReference
Source§impl<'de> Deserialize<'de> for UnresolvedReference
impl<'de> Deserialize<'de> for UnresolvedReference
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UnresolvedReference
Source§impl Hash for UnresolvedReference
impl Hash for UnresolvedReference
Source§impl Ord for UnresolvedReference
impl Ord for UnresolvedReference
Source§fn cmp(&self, other: &UnresolvedReference) -> Ordering
fn cmp(&self, other: &UnresolvedReference) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnresolvedReference
impl PartialEq for UnresolvedReference
Source§impl PartialOrd for UnresolvedReference
impl PartialOrd for UnresolvedReference
Source§impl Serialize for UnresolvedReference
impl Serialize for UnresolvedReference
impl StructuralPartialEq for UnresolvedReference
Auto Trait Implementations§
impl Freeze for UnresolvedReference
impl RefUnwindSafe for UnresolvedReference
impl Send for UnresolvedReference
impl Sync for UnresolvedReference
impl Unpin for UnresolvedReference
impl UnsafeUnpin for UnresolvedReference
impl UnwindSafe for UnresolvedReference
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