pub struct DoctorOptions {
pub overlay_enabled: bool,
pub overlay_path: Option<PathBuf>,
pub cli_tools_profile: String,
pub check_project: Option<PathBuf>,
pub class_filter: Option<DoctorClass>,
pub pin_path: Option<PathBuf>,
}Fields§
§overlay_enabled: bool§overlay_path: Option<PathBuf>§cli_tools_profile: String§check_project: Option<PathBuf>§class_filter: Option<DoctorClass>§pin_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for DoctorOptions
impl Clone for DoctorOptions
Source§impl Debug for DoctorOptions
impl Debug for DoctorOptions
Auto Trait Implementations§
impl Freeze for DoctorOptions
impl RefUnwindSafe for DoctorOptions
impl Send for DoctorOptions
impl Sync for DoctorOptions
impl Unpin for DoctorOptions
impl UnsafeUnpin for DoctorOptions
impl UnwindSafe for DoctorOptions
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