pub struct TaskStepSpec {
pub key: &'static str,
pub title: &'static str,
}Expand description
Static step definition used to create initial task steps.
Fields§
§key: &'static strStable step key.
title: &'static strHuman-readable step title.
Trait Implementations§
Source§impl Clone for TaskStepSpec
impl Clone for TaskStepSpec
Source§fn clone(&self) -> TaskStepSpec
fn clone(&self) -> TaskStepSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TaskStepSpec
impl Debug for TaskStepSpec
impl Copy for TaskStepSpec
Auto Trait Implementations§
impl Freeze for TaskStepSpec
impl RefUnwindSafe for TaskStepSpec
impl Send for TaskStepSpec
impl Sync for TaskStepSpec
impl Unpin for TaskStepSpec
impl UnsafeUnpin for TaskStepSpec
impl UnwindSafe for TaskStepSpec
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