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