Struct dao::rules::validation::bid_escrow::CanBidOnOwnJob
source · pub struct CanBidOnOwnJob { /* private fields */ }
Expand description
Verifies if the worker attempts to bid on his own Job
.
May return Error::CannotBidOnOwnJob,
Implementations§
Trait Implementations§
source§impl Validation for CanBidOnOwnJob
impl Validation for CanBidOnOwnJob
Auto Trait Implementations§
impl RefUnwindSafe for CanBidOnOwnJob
impl Send for CanBidOnOwnJob
impl Sync for CanBidOnOwnJob
impl Unpin for CanBidOnOwnJob
impl UnwindSafe for CanBidOnOwnJob
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