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