pub struct ParsedOp {
pub tool: String,
pub args: Map<String, Value>,
}Expand description
A single parsed operation: tool name + named argument bag.
Fields§
§tool: String§args: Map<String, Value>Trait Implementations§
impl StructuralPartialEq for ParsedOp
Auto Trait Implementations§
impl Freeze for ParsedOp
impl RefUnwindSafe for ParsedOp
impl Send for ParsedOp
impl Sync for ParsedOp
impl Unpin for ParsedOp
impl UnsafeUnpin for ParsedOp
impl UnwindSafe for ParsedOp
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