Enum orchestrator::prelude::RunResult
source · pub enum RunResult {
Ok,
Error(String),
NotRun,
}Expand description
Status of an execution
Variants§
Ok
Execution completed succesfuly
Error(String)
it did not execute correctly, the returned error is:
NotRun
not yet run
Trait Implementations§
source§impl<'de> Deserialize<'de> for RunResult
impl<'de> Deserialize<'de> for RunResult
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
source§impl Ord for RunResult
impl Ord for RunResult
source§impl PartialEq for RunResult
impl PartialEq for RunResult
source§impl PartialOrd for RunResult
impl PartialOrd for RunResult
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for RunResult
impl StructuralPartialEq for RunResult
Auto Trait Implementations§
impl Freeze for RunResult
impl RefUnwindSafe for RunResult
impl Send for RunResult
impl Sync for RunResult
impl Unpin for RunResult
impl UnwindSafe for RunResult
Blanket Implementations§
source§impl<T> AsyncDefault for Twhere
T: Default,
impl<T> AsyncDefault for Twhere
T: Default,
source§async fn async_default() -> T
async fn async_default() -> T
Same function as Default::default(), but async
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)