pub struct AnthropicMessageDelta {
pub stop_reason: Option<String>,
pub stop_sequence: Option<String>,
}Expand description
Anthropic 消息增量
Fields§
§stop_reason: Option<String>§stop_sequence: Option<String>Trait Implementations§
Source§impl Clone for AnthropicMessageDelta
impl Clone for AnthropicMessageDelta
Source§fn clone(&self) -> AnthropicMessageDelta
fn clone(&self) -> AnthropicMessageDelta
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 AnthropicMessageDelta
impl Debug for AnthropicMessageDelta
Source§impl<'de> Deserialize<'de> for AnthropicMessageDelta
impl<'de> Deserialize<'de> for AnthropicMessageDelta
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
Auto Trait Implementations§
impl Freeze for AnthropicMessageDelta
impl RefUnwindSafe for AnthropicMessageDelta
impl Send for AnthropicMessageDelta
impl Sync for AnthropicMessageDelta
impl Unpin for AnthropicMessageDelta
impl UnsafeUnpin for AnthropicMessageDelta
impl UnwindSafe for AnthropicMessageDelta
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