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