pub struct DoctorReport {
pub warnings: Vec<String>,
pub info: Vec<String>,
}Fields§
§warnings: Vec<String>§info: Vec<String>Trait Implementations§
Source§impl Debug for DoctorReport
impl Debug for DoctorReport
Source§impl Default for DoctorReport
impl Default for DoctorReport
Source§fn default() -> DoctorReport
fn default() -> DoctorReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DoctorReport
impl RefUnwindSafe for DoctorReport
impl Send for DoctorReport
impl Sync for DoctorReport
impl Unpin for DoctorReport
impl UnwindSafe for DoctorReport
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