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