pub struct RecommendedToolStep {
pub tool: String,
pub reason: Option<String>,
}Expand description
One recommended tool step in the impact-first chain (AINL MCP names or logical ids).
Fields§
§tool: String§reason: Option<String>Trait Implementations§
Source§impl Clone for RecommendedToolStep
impl Clone for RecommendedToolStep
Source§fn clone(&self) -> RecommendedToolStep
fn clone(&self) -> RecommendedToolStep
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 RecommendedToolStep
impl Debug for RecommendedToolStep
Source§impl<'de> Deserialize<'de> for RecommendedToolStep
impl<'de> Deserialize<'de> for RecommendedToolStep
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 RecommendedToolStep
impl RefUnwindSafe for RecommendedToolStep
impl Send for RecommendedToolStep
impl Sync for RecommendedToolStep
impl Unpin for RecommendedToolStep
impl UnsafeUnpin for RecommendedToolStep
impl UnwindSafe for RecommendedToolStep
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