pub struct StreamToolCallFunctionDelta {
pub name: Option<String>,
pub arguments: Option<String>,
}Fields§
§name: Option<String>§arguments: Option<String>Trait Implementations§
Source§impl Clone for StreamToolCallFunctionDelta
impl Clone for StreamToolCallFunctionDelta
Source§fn clone(&self) -> StreamToolCallFunctionDelta
fn clone(&self) -> StreamToolCallFunctionDelta
Returns a duplicate of the value. Read more
1.0.0 · 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 StreamToolCallFunctionDelta
impl Debug for StreamToolCallFunctionDelta
Source§impl Default for StreamToolCallFunctionDelta
impl Default for StreamToolCallFunctionDelta
Source§fn default() -> StreamToolCallFunctionDelta
fn default() -> StreamToolCallFunctionDelta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamToolCallFunctionDelta
impl<'de> Deserialize<'de> for StreamToolCallFunctionDelta
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 StreamToolCallFunctionDelta
impl RefUnwindSafe for StreamToolCallFunctionDelta
impl Send for StreamToolCallFunctionDelta
impl Sync for StreamToolCallFunctionDelta
impl Unpin for StreamToolCallFunctionDelta
impl UnsafeUnpin for StreamToolCallFunctionDelta
impl UnwindSafe for StreamToolCallFunctionDelta
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