pub enum CheckStage {
Fetch,
Format,
Build,
Clippy,
Test,
DocTest,
}Expand description
One fixed stage in the managed validation pipeline.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CheckStage
impl Clone for CheckStage
Source§fn clone(&self) -> CheckStage
fn clone(&self) -> CheckStage
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 CheckStage
Source§impl Debug for CheckStage
impl Debug for CheckStage
impl Eq for CheckStage
Source§impl PartialEq for CheckStage
impl PartialEq for CheckStage
impl StructuralPartialEq for CheckStage
Auto Trait Implementations§
impl Freeze for CheckStage
impl RefUnwindSafe for CheckStage
impl Send for CheckStage
impl Sync for CheckStage
impl Unpin for CheckStage
impl UnsafeUnpin for CheckStage
impl UnwindSafe for CheckStage
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