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§fn clone(&self) -> McpCallOptions
fn clone(&self) -> McpCallOptions
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 McpCallOptions
impl Debug for McpCallOptions
Source§impl Default for McpCallOptions
impl Default for McpCallOptions
Source§fn default() -> McpCallOptions
fn default() -> McpCallOptions
Returns the “default value” for a type. Read more
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