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