pub enum BuildStage {
Fetch,
Verify,
Extract,
Patch,
Configure,
Compile,
Test,
Install,
Package,
Done,
Failed,
}Expand description
Build stage in the pipeline
Variants§
Fetch
Fetching source
Verify
Verifying source integrity
Extract
Extracting archive
Patch
Patching source
Configure
Running configure
Compile
Compiling
Test
Running tests
Install
Installing to staging directory
Package
Creating binary package
Done
Build complete
Failed
Build failed
Trait Implementations§
Source§impl Clone for BuildStage
impl Clone for BuildStage
Source§fn clone(&self) -> BuildStage
fn clone(&self) -> BuildStage
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuildStage
impl Debug for BuildStage
Source§impl PartialEq for BuildStage
impl PartialEq for BuildStage
impl Copy for BuildStage
impl Eq for BuildStage
impl StructuralPartialEq for BuildStage
Auto Trait Implementations§
impl Freeze for BuildStage
impl RefUnwindSafe for BuildStage
impl Send for BuildStage
impl Sync for BuildStage
impl Unpin for BuildStage
impl UnwindSafe for BuildStage
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)