Enum spring_batch_rs::core::step::StepStatus
source · pub enum StepStatus {
ERROR,
SUCCESS,
STARTED,
}Variants§
Trait Implementations§
source§impl PartialEq for StepStatus
impl PartialEq for StepStatus
source§fn eq(&self, other: &StepStatus) -> bool
fn eq(&self, other: &StepStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StepStatus
Auto Trait Implementations§
impl RefUnwindSafe for StepStatus
impl Send for StepStatus
impl Sync for StepStatus
impl Unpin for StepStatus
impl UnwindSafe for StepStatus
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