pub struct TaskCreateCommand { /* private fields */ }Expand description
Semantic command for task creation.
Implementations§
Trait Implementations§
Source§impl Clone for TaskCreateCommand
impl Clone for TaskCreateCommand
Source§fn clone(&self) -> TaskCreateCommand
fn clone(&self) -> TaskCreateCommand
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 moreSource§impl Debug for TaskCreateCommand
impl Debug for TaskCreateCommand
Source§impl PartialEq for TaskCreateCommand
impl PartialEq for TaskCreateCommand
impl Eq for TaskCreateCommand
impl StructuralPartialEq for TaskCreateCommand
Auto Trait Implementations§
impl Freeze for TaskCreateCommand
impl RefUnwindSafe for TaskCreateCommand
impl Send for TaskCreateCommand
impl Sync for TaskCreateCommand
impl Unpin for TaskCreateCommand
impl UnsafeUnpin for TaskCreateCommand
impl UnwindSafe for TaskCreateCommand
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