pub struct CoverageDiagnostic {
pub code: String,
pub message: String,
}Expand description
Structured coverage diagnostic mirroring TotalityDiagnostic.
Fields§
§code: String§message: StringTrait Implementations§
Source§impl Clone for CoverageDiagnostic
impl Clone for CoverageDiagnostic
Source§fn clone(&self) -> CoverageDiagnostic
fn clone(&self) -> CoverageDiagnostic
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 CoverageDiagnostic
impl Debug for CoverageDiagnostic
Source§impl From<CoverageDiagnostic> for MetaDiagnostic
impl From<CoverageDiagnostic> for MetaDiagnostic
Source§fn from(d: CoverageDiagnostic) -> Self
fn from(d: CoverageDiagnostic) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CoverageDiagnostic
impl PartialEq for CoverageDiagnostic
impl Eq for CoverageDiagnostic
impl StructuralPartialEq for CoverageDiagnostic
Auto Trait Implementations§
impl Freeze for CoverageDiagnostic
impl RefUnwindSafe for CoverageDiagnostic
impl Send for CoverageDiagnostic
impl Sync for CoverageDiagnostic
impl Unpin for CoverageDiagnostic
impl UnsafeUnpin for CoverageDiagnostic
impl UnwindSafe for CoverageDiagnostic
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