pub struct DiagnosticCheck {
pub name: String,
pub status: DiagnosticStatus,
pub detail: String,
}Fields§
§name: String§status: DiagnosticStatus§detail: StringTrait Implementations§
Source§impl Clone for DiagnosticCheck
impl Clone for DiagnosticCheck
Source§fn clone(&self) -> DiagnosticCheck
fn clone(&self) -> DiagnosticCheck
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 DiagnosticCheck
impl Debug for DiagnosticCheck
Auto Trait Implementations§
impl Freeze for DiagnosticCheck
impl RefUnwindSafe for DiagnosticCheck
impl Send for DiagnosticCheck
impl Sync for DiagnosticCheck
impl Unpin for DiagnosticCheck
impl UnsafeUnpin for DiagnosticCheck
impl UnwindSafe for DiagnosticCheck
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