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