pub struct McpQueryParams {
pub trace: bool,
}Expand description
Query parameters for POST /mcp.
Fields§
§trace: boolWhen true, include evaluation trace in the response.
Trait Implementations§
Source§impl Debug for McpQueryParams
impl Debug for McpQueryParams
Source§impl Default for McpQueryParams
impl Default for McpQueryParams
Source§fn default() -> McpQueryParams
fn default() -> McpQueryParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for McpQueryParams
impl<'de> Deserialize<'de> for McpQueryParams
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 McpQueryParams
impl RefUnwindSafe for McpQueryParams
impl Send for McpQueryParams
impl Sync for McpQueryParams
impl Unpin for McpQueryParams
impl UnsafeUnpin for McpQueryParams
impl UnwindSafe for McpQueryParams
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