pub enum BuildStatus {
Success,
Skipped,
}
Expand description
Indicates whether the build was successful or skipped.
Variants§
Auto Trait Implementations§
impl Freeze for BuildStatus
impl RefUnwindSafe for BuildStatus
impl Send for BuildStatus
impl Sync for BuildStatus
impl Unpin for BuildStatus
impl UnwindSafe for BuildStatus
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