Struct dao::rules::validation::bid_escrow::IsGracePeriod
source · pub struct IsGracePeriod { /* private fields */ }
Expand description
Makes sure the Job
is in grace period state.
May return Error::CannotSubmitJobProof or Error::GracePeriodNotStarted.
Read more about grace period
.
Implementations§
Trait Implementations§
source§impl Validation for IsGracePeriod
impl Validation for IsGracePeriod
Auto Trait Implementations§
impl RefUnwindSafe for IsGracePeriod
impl Send for IsGracePeriod
impl Sync for IsGracePeriod
impl Unpin for IsGracePeriod
impl UnwindSafe for IsGracePeriod
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