pub enum RuntimePlanStepStatus {
Pending,
InProgress,
Completed,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimePlanStepStatus
impl Clone for RuntimePlanStepStatus
Source§fn clone(&self) -> RuntimePlanStepStatus
fn clone(&self) -> RuntimePlanStepStatus
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 moreimpl Copy for RuntimePlanStepStatus
Source§impl Debug for RuntimePlanStepStatus
impl Debug for RuntimePlanStepStatus
Source§impl Default for RuntimePlanStepStatus
impl Default for RuntimePlanStepStatus
Source§fn default() -> RuntimePlanStepStatus
fn default() -> RuntimePlanStepStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimePlanStepStatus
impl<'de> Deserialize<'de> for RuntimePlanStepStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimePlanStepStatus
Source§impl PartialEq for RuntimePlanStepStatus
impl PartialEq for RuntimePlanStepStatus
Source§impl Serialize for RuntimePlanStepStatus
impl Serialize for RuntimePlanStepStatus
impl StructuralPartialEq for RuntimePlanStepStatus
Auto Trait Implementations§
impl Freeze for RuntimePlanStepStatus
impl RefUnwindSafe for RuntimePlanStepStatus
impl Send for RuntimePlanStepStatus
impl Sync for RuntimePlanStepStatus
impl Unpin for RuntimePlanStepStatus
impl UnsafeUnpin for RuntimePlanStepStatus
impl UnwindSafe for RuntimePlanStepStatus
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