pub struct ToolResolution {
pub path: String,
pub action: String,
}Expand description
Resolved path and action for a tool name.
Fields§
§path: String§action: StringTrait Implementations§
Source§impl Clone for ToolResolution
impl Clone for ToolResolution
Source§fn clone(&self) -> ToolResolution
fn clone(&self) -> ToolResolution
Returns a duplicate of the value. Read more
1.0.0 · 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 ToolResolution
impl Debug for ToolResolution
Source§impl PartialEq for ToolResolution
impl PartialEq for ToolResolution
impl Eq for ToolResolution
impl StructuralPartialEq for ToolResolution
Auto Trait Implementations§
impl Freeze for ToolResolution
impl RefUnwindSafe for ToolResolution
impl Send for ToolResolution
impl Sync for ToolResolution
impl Unpin for ToolResolution
impl UnsafeUnpin for ToolResolution
impl UnwindSafe for ToolResolution
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