pub struct DoctorPlan {
pub mode: DoctorMode,
pub path: Option<PathBuf>,
pub json: bool,
}Fields§
§mode: DoctorMode§path: Option<PathBuf>§json: boolTrait Implementations§
Source§impl Debug for DoctorPlan
impl Debug for DoctorPlan
impl Eq for DoctorPlan
Source§impl PartialEq for DoctorPlan
impl PartialEq for DoctorPlan
Source§fn eq(&self, other: &DoctorPlan) -> bool
fn eq(&self, other: &DoctorPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DoctorPlan
Auto Trait Implementations§
impl Freeze for DoctorPlan
impl RefUnwindSafe for DoctorPlan
impl Send for DoctorPlan
impl Sync for DoctorPlan
impl Unpin for DoctorPlan
impl UnsafeUnpin for DoctorPlan
impl UnwindSafe for DoctorPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.