Struct dao::rules::validation::bid_escrow::HasPermissionsToCancelJobOffer
source · pub struct HasPermissionsToCancelJobOffer {
pub canceller: Address,
pub job_offer_poster: Address,
}
Expand description
Makes sure the job poster is the one who picks the Job Offer
.
May return Error::OnlyJobPosterCanPickABid.
Fields§
§canceller: Address
§job_offer_poster: Address
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HasPermissionsToCancelJobOffer
impl Send for HasPermissionsToCancelJobOffer
impl Sync for HasPermissionsToCancelJobOffer
impl Unpin for HasPermissionsToCancelJobOffer
impl UnwindSafe for HasPermissionsToCancelJobOffer
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