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