pub struct LimitCommandOptions {Show 13 fields
pub start: Option<String>,
pub end: Option<String>,
pub last: Option<String>,
pub format: Option<String>,
pub codex_home: Option<PathBuf>,
pub sessions_dir: Option<PathBuf>,
pub auth_file: Option<PathBuf>,
pub account_history_file: Option<PathBuf>,
pub account_id: Option<String>,
pub window: Option<String>,
pub early_only: bool,
pub json: bool,
pub verbose: bool,
}Fields§
§start: Option<String>§end: Option<String>§last: Option<String>§format: Option<String>§codex_home: Option<PathBuf>§sessions_dir: Option<PathBuf>§auth_file: Option<PathBuf>§account_history_file: Option<PathBuf>§account_id: Option<String>§window: Option<String>§early_only: bool§json: bool§verbose: boolTrait Implementations§
Source§impl Clone for LimitCommandOptions
impl Clone for LimitCommandOptions
Source§fn clone(&self) -> LimitCommandOptions
fn clone(&self) -> LimitCommandOptions
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 LimitCommandOptions
impl Debug for LimitCommandOptions
Source§impl Default for LimitCommandOptions
impl Default for LimitCommandOptions
Source§fn default() -> LimitCommandOptions
fn default() -> LimitCommandOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for LimitCommandOptions
impl PartialEq for LimitCommandOptions
Source§fn eq(&self, other: &LimitCommandOptions) -> bool
fn eq(&self, other: &LimitCommandOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LimitCommandOptions
impl StructuralPartialEq for LimitCommandOptions
Auto Trait Implementations§
impl Freeze for LimitCommandOptions
impl RefUnwindSafe for LimitCommandOptions
impl Send for LimitCommandOptions
impl Sync for LimitCommandOptions
impl Unpin for LimitCommandOptions
impl UnsafeUnpin for LimitCommandOptions
impl UnwindSafe for LimitCommandOptions
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