pub struct SatfToolCallPayload {
pub tool_name: String,
pub tool_call_id: Option<String>,
}Fields§
§tool_name: String§tool_call_id: Option<String>Trait Implementations§
Source§impl Clone for SatfToolCallPayload
impl Clone for SatfToolCallPayload
Source§fn clone(&self) -> SatfToolCallPayload
fn clone(&self) -> SatfToolCallPayload
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 SatfToolCallPayload
impl Debug for SatfToolCallPayload
Source§impl<'de> Deserialize<'de> for SatfToolCallPayload
impl<'de> Deserialize<'de> for SatfToolCallPayload
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
Source§impl PartialEq for SatfToolCallPayload
impl PartialEq for SatfToolCallPayload
Source§impl Serialize for SatfToolCallPayload
impl Serialize for SatfToolCallPayload
impl StructuralPartialEq for SatfToolCallPayload
Auto Trait Implementations§
impl Freeze for SatfToolCallPayload
impl RefUnwindSafe for SatfToolCallPayload
impl Send for SatfToolCallPayload
impl Sync for SatfToolCallPayload
impl Unpin for SatfToolCallPayload
impl UnsafeUnpin for SatfToolCallPayload
impl UnwindSafe for SatfToolCallPayload
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