Struct dao::bid_escrow::job_engine::JobEngineDeployer
source · pub struct JobEngineDeployer;
Expand description
Deployer for the JobEngine contract.
Implementations§
source§impl JobEngineDeployer
impl JobEngineDeployer
pub fn default() -> JobEngineRef
Auto Trait Implementations§
impl RefUnwindSafe for JobEngineDeployer
impl Send for JobEngineDeployer
impl Sync for JobEngineDeployer
impl Unpin for JobEngineDeployer
impl UnwindSafe for JobEngineDeployer
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