pub struct InsertTaskAfterTool { /* private fields */ }Expand description
Tool for inserting a new task after a specific task ID in the ephemeral task manager list
Implementations§
Trait Implementations§
Source§impl Clone for InsertTaskAfterTool
impl Clone for InsertTaskAfterTool
Source§fn clone(&self) -> InsertTaskAfterTool
fn clone(&self) -> InsertTaskAfterTool
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 InsertTaskAfterTool
impl RefUnwindSafe for InsertTaskAfterTool
impl Send for InsertTaskAfterTool
impl Sync for InsertTaskAfterTool
impl Unpin for InsertTaskAfterTool
impl UnwindSafe for InsertTaskAfterTool
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