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