#[non_exhaustive]pub enum AnthropicBetaKnown {
Show 36 variants
MessageBatches20240924,
PromptCaching20240731,
ComputerUse20241022,
ComputerUse20250124,
Pdfs20240925,
TokenCounting20241101,
TokenEfficientTools20250219,
Output128k20250219,
FilesApi20250414,
McpClient20250404,
McpClient20251120,
DevFullThinking20250514,
InterleavedThinking20250514,
CodeExecution20250522,
ExtendedCacheTtl20250411,
Context1m20250807,
ContextManagement20250627,
ModelContextWindowExceeded20250826,
Skills20251002,
FastMode20260201,
Output300k20260324,
UserProfiles20260324,
AdvisorTool20260301,
ManagedAgents20260401,
CacheDiagnosis20260407,
ThinkingTokenCount20260513,
ServerSideFallback20260601,
ServerSideFallback20260701,
FallbackCredit20260601,
FallbackCredit20260701,
MidConversationToolChanges20260701,
AgentMemory20260722,
MidConversationOutputConfig20260701,
ThinkingBindingControls20260801,
ThinkingDisplayUpdates20260818,
MidConversationSystemClearAt20260821,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
MessageBatches20240924
PromptCaching20240731
ComputerUse20241022
ComputerUse20250124
Pdfs20240925
TokenCounting20241101
TokenEfficientTools20250219
Output128k20250219
FilesApi20250414
McpClient20250404
McpClient20251120
DevFullThinking20250514
InterleavedThinking20250514
CodeExecution20250522
ExtendedCacheTtl20250411
Context1m20250807
ContextManagement20250627
ModelContextWindowExceeded20250826
Skills20251002
FastMode20260201
Output300k20260324
UserProfiles20260324
AdvisorTool20260301
ManagedAgents20260401
CacheDiagnosis20260407
ThinkingTokenCount20260513
ServerSideFallback20260601
ServerSideFallback20260701
FallbackCredit20260601
FallbackCredit20260701
MidConversationToolChanges20260701
AgentMemory20260722
MidConversationOutputConfig20260701
ThinkingBindingControls20260801
ThinkingDisplayUpdates20260818
MidConversationSystemClearAt20260821
Trait Implementations§
Source§impl Clone for AnthropicBetaKnown
impl Clone for AnthropicBetaKnown
Source§fn clone(&self) -> AnthropicBetaKnown
fn clone(&self) -> AnthropicBetaKnown
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 AnthropicBetaKnown
impl Debug for AnthropicBetaKnown
Source§impl<'de> Deserialize<'de> for AnthropicBetaKnown
impl<'de> Deserialize<'de> for AnthropicBetaKnown
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AnthropicBetaKnown
Source§impl PartialEq for AnthropicBetaKnown
impl PartialEq for AnthropicBetaKnown
Source§impl Serialize for AnthropicBetaKnown
impl Serialize for AnthropicBetaKnown
impl StructuralPartialEq for AnthropicBetaKnown
Auto Trait Implementations§
impl Freeze for AnthropicBetaKnown
impl RefUnwindSafe for AnthropicBetaKnown
impl Send for AnthropicBetaKnown
impl Sync for AnthropicBetaKnown
impl Unpin for AnthropicBetaKnown
impl UnsafeUnpin for AnthropicBetaKnown
impl UnwindSafe for AnthropicBetaKnown
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