pub struct ActionCustomTool {
pub tool_call: Option<ToolCall>,
pub tool_response: Option<ToolResponse>,
}Expand description
antigravity.localharness.ActionCustomTool
Fields§
§tool_call: Option<ToolCall>§tool_response: Option<ToolResponse>Trait Implementations§
Source§impl Clone for ActionCustomTool
impl Clone for ActionCustomTool
Source§fn clone(&self) -> ActionCustomTool
fn clone(&self) -> ActionCustomTool
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 ActionCustomTool
impl Debug for ActionCustomTool
Source§impl Default for ActionCustomTool
impl Default for ActionCustomTool
Source§fn default() -> ActionCustomTool
fn default() -> ActionCustomTool
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionCustomTool
impl<'de> Deserialize<'de> for ActionCustomTool
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 ActionCustomTool
impl PartialEq for ActionCustomTool
Source§impl Serialize for ActionCustomTool
impl Serialize for ActionCustomTool
impl StructuralPartialEq for ActionCustomTool
Auto Trait Implementations§
impl Freeze for ActionCustomTool
impl RefUnwindSafe for ActionCustomTool
impl Send for ActionCustomTool
impl Sync for ActionCustomTool
impl Unpin for ActionCustomTool
impl UnsafeUnpin for ActionCustomTool
impl UnwindSafe for ActionCustomTool
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