pub struct McpCallOptions {
pub args: Option<BTreeMap<String, Value>>,
pub output_field: Option<String>,
pub parallelism: Option<u32>,
pub ordering: Option<String>,
pub on_failure: Option<String>,
}Expand description
B-109 Phase 2 — options for StreamBuilder::mcp_call.
Fields§
§args: Option<BTreeMap<String, Value>>§output_field: Option<String>§parallelism: Option<u32>§ordering: Option<String>§on_failure: Option<String>Trait Implementations§
Source§impl Clone for McpCallOptions
impl Clone for McpCallOptions
Source§impl Debug for McpCallOptions
impl Debug for McpCallOptions
Auto Trait Implementations§
impl Freeze for McpCallOptions
impl RefUnwindSafe for McpCallOptions
impl Send for McpCallOptions
impl Sync for McpCallOptions
impl Unpin for McpCallOptions
impl UnsafeUnpin for McpCallOptions
impl UnwindSafe for McpCallOptions
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