pub struct StoragePaths {
pub codex_home: PathBuf,
pub helper_dir: PathBuf,
pub auth_file: PathBuf,
pub profile_store_dir: PathBuf,
pub account_history_file: PathBuf,
pub cycle_file: PathBuf,
pub sessions_dir: PathBuf,
}Fields§
§codex_home: PathBuf§helper_dir: PathBuf§auth_file: PathBuf§profile_store_dir: PathBuf§account_history_file: PathBuf§cycle_file: PathBuf§sessions_dir: PathBufTrait Implementations§
Source§impl Clone for StoragePaths
impl Clone for StoragePaths
Source§fn clone(&self) -> StoragePaths
fn clone(&self) -> StoragePaths
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 StoragePaths
impl Debug for StoragePaths
Source§impl PartialEq for StoragePaths
impl PartialEq for StoragePaths
Source§fn eq(&self, other: &StoragePaths) -> bool
fn eq(&self, other: &StoragePaths) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StoragePaths
impl StructuralPartialEq for StoragePaths
Auto Trait Implementations§
impl Freeze for StoragePaths
impl RefUnwindSafe for StoragePaths
impl Send for StoragePaths
impl Sync for StoragePaths
impl Unpin for StoragePaths
impl UnsafeUnpin for StoragePaths
impl UnwindSafe for StoragePaths
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