pub struct GetTaskContextTool {
pub task_store: Arc<TaskStore>,
}Fields§
§task_store: Arc<TaskStore>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetTaskContextTool
impl RefUnwindSafe for GetTaskContextTool
impl Send for GetTaskContextTool
impl Sync for GetTaskContextTool
impl Unpin for GetTaskContextTool
impl UnsafeUnpin for GetTaskContextTool
impl UnwindSafe for GetTaskContextTool
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