Enum orchestrator::prelude::CompilationResult
source · pub enum CompilationResult {
Built,
Error(String),
NotBuilt,
}Expand description
Status of a compilation
Variants§
Built
If the compilation succeded
Error(String)
if we get an error, the string of the error
NotBuilt
not yet built
Trait Implementations§
source§impl Clone for CompilationResult
impl Clone for CompilationResult
source§fn clone(&self) -> CompilationResult
fn clone(&self) -> CompilationResult
Returns a copy 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 CompilationResult
impl Debug for CompilationResult
source§impl Default for CompilationResult
impl Default for CompilationResult
source§fn default() -> CompilationResult
fn default() -> CompilationResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CompilationResult
impl<'de> Deserialize<'de> for CompilationResult
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 Display for CompilationResult
impl Display for CompilationResult
source§impl Ord for CompilationResult
impl Ord for CompilationResult
source§impl PartialEq for CompilationResult
impl PartialEq for CompilationResult
source§fn eq(&self, other: &CompilationResult) -> bool
fn eq(&self, other: &CompilationResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CompilationResult
impl PartialOrd for CompilationResult
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 moresource§impl Serialize for CompilationResult
impl Serialize for CompilationResult
impl Eq for CompilationResult
impl StructuralPartialEq for CompilationResult
Auto Trait Implementations§
impl Freeze for CompilationResult
impl RefUnwindSafe for CompilationResult
impl Send for CompilationResult
impl Sync for CompilationResult
impl Unpin for CompilationResult
impl UnwindSafe for CompilationResult
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)