Struct dao::rules::validation::bid_escrow::IsDosFeeEnough
source · pub struct IsDosFeeEnough { /* private fields */ }
Expand description
Makes sure the Job DOS Fee
is high enough. May return Error::DosFeeTooLow.
Implementations§
source§impl IsDosFeeEnough
impl IsDosFeeEnough
pub fn create(configuration: Rc<Configuration>, dos_fee: Balance) -> Box<Self>
Trait Implementations§
source§impl Validation for IsDosFeeEnough
impl Validation for IsDosFeeEnough
Auto Trait Implementations§
impl RefUnwindSafe for IsDosFeeEnough
impl !Send for IsDosFeeEnough
impl !Sync for IsDosFeeEnough
impl Unpin for IsDosFeeEnough
impl UnwindSafe for IsDosFeeEnough
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