pub struct AnthropicBetaHeaders {
pub anthropic_beta: Option<Vec<AnthropicBeta>>,
pub extra: BTreeMap<String, String>,
}Fields§
§anthropic_beta: Option<Vec<AnthropicBeta>>§extra: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for AnthropicBetaHeaders
impl Clone for AnthropicBetaHeaders
Source§fn clone(&self) -> AnthropicBetaHeaders
fn clone(&self) -> AnthropicBetaHeaders
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 AnthropicBetaHeaders
impl Debug for AnthropicBetaHeaders
Source§impl Default for AnthropicBetaHeaders
impl Default for AnthropicBetaHeaders
Source§fn default() -> AnthropicBetaHeaders
fn default() -> AnthropicBetaHeaders
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnthropicBetaHeaders
impl<'de> Deserialize<'de> for AnthropicBetaHeaders
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 AnthropicBetaHeaders
Source§impl PartialEq for AnthropicBetaHeaders
impl PartialEq for AnthropicBetaHeaders
Source§impl Serialize for AnthropicBetaHeaders
impl Serialize for AnthropicBetaHeaders
impl StructuralPartialEq for AnthropicBetaHeaders
Auto Trait Implementations§
impl Freeze for AnthropicBetaHeaders
impl RefUnwindSafe for AnthropicBetaHeaders
impl Send for AnthropicBetaHeaders
impl Sync for AnthropicBetaHeaders
impl Unpin for AnthropicBetaHeaders
impl UnsafeUnpin for AnthropicBetaHeaders
impl UnwindSafe for AnthropicBetaHeaders
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