Struct dao::bid_escrow::contract::BidEscrowContractDeployer
source · pub struct BidEscrowContractDeployer;
Expand description
Deployer for the BidEscrowContract contract.
Implementations§
source§impl BidEscrowContractDeployer
impl BidEscrowContractDeployer
pub fn init( variable_repository: Address, reputation_token: Address, kyc_token: Address, va_token: Address ) -> BidEscrowContractRef
Auto Trait Implementations§
impl RefUnwindSafe for BidEscrowContractDeployer
impl Send for BidEscrowContractDeployer
impl Sync for BidEscrowContractDeployer
impl Unpin for BidEscrowContractDeployer
impl UnwindSafe for BidEscrowContractDeployer
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