pub struct ToolNext(/* private fields */);Expand description
Cloneable asynchronous tool execution continuation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolNext
impl RefUnwindSafe for ToolNext
impl Send for ToolNext
impl Sync for ToolNext
impl Unpin for ToolNext
impl UnsafeUnpin for ToolNext
impl UnwindSafe for ToolNext
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