#[non_exhaustive]pub struct ModelReasoningFeatures {
pub efforts: ModelFeatureSet<ModelReasoningEffort>,
pub modes: ModelFeatureSet<ModelReasoningMode>,
pub contexts: ModelFeatureSet<ModelReasoningContext>,
pub summaries: ModelFeatureSet<ModelReasoningSummary>,
pub state_replay: ModelFeatureSet<ModelReasoningStateReplay>,
}Expand description
Reasoning controls supported by a model.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.efforts: ModelFeatureSet<ModelReasoningEffort>§modes: ModelFeatureSet<ModelReasoningMode>§contexts: ModelFeatureSet<ModelReasoningContext>§summaries: ModelFeatureSet<ModelReasoningSummary>§state_replay: ModelFeatureSet<ModelReasoningStateReplay>Trait Implementations§
Source§impl Clone for ModelReasoningFeatures
impl Clone for ModelReasoningFeatures
Source§fn clone(&self) -> ModelReasoningFeatures
fn clone(&self) -> ModelReasoningFeatures
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 moreimpl Copy for ModelReasoningFeatures
Source§impl Debug for ModelReasoningFeatures
impl Debug for ModelReasoningFeatures
impl Eq for ModelReasoningFeatures
Source§impl PartialEq for ModelReasoningFeatures
impl PartialEq for ModelReasoningFeatures
impl StructuralPartialEq for ModelReasoningFeatures
Auto Trait Implementations§
impl Freeze for ModelReasoningFeatures
impl RefUnwindSafe for ModelReasoningFeatures
impl Send for ModelReasoningFeatures
impl Sync for ModelReasoningFeatures
impl Unpin for ModelReasoningFeatures
impl UnsafeUnpin for ModelReasoningFeatures
impl UnwindSafe for ModelReasoningFeatures
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.