pub struct FeaturesCommandRequest {
pub overrides: CliOverridesPatch,
}Expand description
Request for codex features.
Fields§
§overrides: CliOverridesPatchPer-call CLI overrides layered on top of the builder.
Implementations§
Source§impl FeaturesCommandRequest
impl FeaturesCommandRequest
pub fn new() -> Self
Sourcepub fn with_overrides(self, overrides: CliOverridesPatch) -> Self
pub fn with_overrides(self, overrides: CliOverridesPatch) -> Self
Replaces the default CLI overrides for this request.
Trait Implementations§
Source§impl Clone for FeaturesCommandRequest
impl Clone for FeaturesCommandRequest
Source§fn clone(&self) -> FeaturesCommandRequest
fn clone(&self) -> FeaturesCommandRequest
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 FeaturesCommandRequest
impl Debug for FeaturesCommandRequest
Source§impl Default for FeaturesCommandRequest
impl Default for FeaturesCommandRequest
Source§impl PartialEq for FeaturesCommandRequest
impl PartialEq for FeaturesCommandRequest
Source§fn eq(&self, other: &FeaturesCommandRequest) -> bool
fn eq(&self, other: &FeaturesCommandRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FeaturesCommandRequest
impl StructuralPartialEq for FeaturesCommandRequest
Auto Trait Implementations§
impl Freeze for FeaturesCommandRequest
impl RefUnwindSafe for FeaturesCommandRequest
impl Send for FeaturesCommandRequest
impl Sync for FeaturesCommandRequest
impl Unpin for FeaturesCommandRequest
impl UnsafeUnpin for FeaturesCommandRequest
impl UnwindSafe for FeaturesCommandRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.