pub struct DiagnoseReport {
pub source_name: String,
pub checks: Vec<Check>,
}Expand description
体检报告:逐能力的 ✓/✗/○ 列表。
Fields§
§source_name: String§checks: Vec<Check>Implementations§
Trait Implementations§
Source§impl Clone for DiagnoseReport
impl Clone for DiagnoseReport
Source§fn clone(&self) -> DiagnoseReport
fn clone(&self) -> DiagnoseReport
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 DiagnoseReport
impl Debug for DiagnoseReport
Auto Trait Implementations§
impl Freeze for DiagnoseReport
impl RefUnwindSafe for DiagnoseReport
impl Send for DiagnoseReport
impl Sync for DiagnoseReport
impl Unpin for DiagnoseReport
impl UnsafeUnpin for DiagnoseReport
impl UnwindSafe for DiagnoseReport
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