pub struct StepOverTool;Trait Implementations§
Source§impl Tool for StepOverTool
impl Tool for StepOverTool
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 StepOverTool
impl RefUnwindSafe for StepOverTool
impl Send for StepOverTool
impl Sync for StepOverTool
impl Unpin for StepOverTool
impl UnsafeUnpin for StepOverTool
impl UnwindSafe for StepOverTool
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