pub struct ListTasksTool { /* private fields */ }Expand description
Tool for listing all tasks in the ephemeral task manager
Implementations§
Trait Implementations§
Source§impl Clone for ListTasksTool
impl Clone for ListTasksTool
Source§fn clone(&self) -> ListTasksTool
fn clone(&self) -> ListTasksTool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ListTasksTool
impl RefUnwindSafe for ListTasksTool
impl Send for ListTasksTool
impl Sync for ListTasksTool
impl Unpin for ListTasksTool
impl UnwindSafe for ListTasksTool
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