pub(super) struct DoctorFinding {
pub(super) level: &'static str,
pub(super) area: &'static str,
pub(super) message: String,
pub(super) action: String,
}Fields§
§level: &'static str§area: &'static str§message: String§action: StringTrait Implementations§
Source§impl Debug for DoctorFinding
impl Debug for DoctorFinding
Auto Trait Implementations§
impl Freeze for DoctorFinding
impl RefUnwindSafe for DoctorFinding
impl Send for DoctorFinding
impl Sync for DoctorFinding
impl Unpin for DoctorFinding
impl UnsafeUnpin for DoctorFinding
impl UnwindSafe for DoctorFinding
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