pub struct DoctorCliPaths {
pub auth_file: Option<PathBuf>,
pub codex_home: Option<PathBuf>,
pub sessions_dir: Option<PathBuf>,
pub cycle_file: Option<PathBuf>,
}Fields§
§auth_file: Option<PathBuf>§codex_home: Option<PathBuf>§sessions_dir: Option<PathBuf>§cycle_file: Option<PathBuf>Trait Implementations§
Source§impl Clone for DoctorCliPaths
impl Clone for DoctorCliPaths
Source§fn clone(&self) -> DoctorCliPaths
fn clone(&self) -> DoctorCliPaths
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 DoctorCliPaths
impl Debug for DoctorCliPaths
Source§impl Default for DoctorCliPaths
impl Default for DoctorCliPaths
Source§fn default() -> DoctorCliPaths
fn default() -> DoctorCliPaths
Returns the “default value” for a type. Read more
Source§impl PartialEq for DoctorCliPaths
impl PartialEq for DoctorCliPaths
Source§fn eq(&self, other: &DoctorCliPaths) -> bool
fn eq(&self, other: &DoctorCliPaths) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DoctorCliPaths
impl StructuralPartialEq for DoctorCliPaths
Auto Trait Implementations§
impl Freeze for DoctorCliPaths
impl RefUnwindSafe for DoctorCliPaths
impl Send for DoctorCliPaths
impl Sync for DoctorCliPaths
impl Unpin for DoctorCliPaths
impl UnsafeUnpin for DoctorCliPaths
impl UnwindSafe for DoctorCliPaths
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