pub struct StepIntoTool;Trait Implementations§
Source§impl Tool for StepIntoTool
impl Tool for StepIntoTool
fn name(&self) -> &'static str
fn description(&self) -> &'static str
fn parameters(&self) -> Value
fn execute<'life0, 'life1, 'async_trait>(
&'life0 self,
arguments: HashMap<String, Value>,
lldb_manager: &'life1 mut LldbManager,
) -> Pin<Box<dyn Future<Output = IncodeResult<ToolResponse>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for StepIntoTool
impl RefUnwindSafe for StepIntoTool
impl Send for StepIntoTool
impl Sync for StepIntoTool
impl Unpin for StepIntoTool
impl UnsafeUnpin for StepIntoTool
impl UnwindSafe for StepIntoTool
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