Struct dao::rules::validation::bid_escrow::CanPickBid
source · pub struct CanPickBid { /* private fields */ }
Expand description
Makes sure the job poster is the one who picks the Bid
.
May return Error::OnlyJobPosterCanPickABid.
Implementations§
Trait Implementations§
source§impl Validation for CanPickBid
impl Validation for CanPickBid
Auto Trait Implementations§
impl RefUnwindSafe for CanPickBid
impl Send for CanPickBid
impl Sync for CanPickBid
impl Unpin for CanPickBid
impl UnwindSafe for CanPickBid
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