pub struct VariableRepositoryContractDeployer;
Expand description
Deployer for the VariableRepositoryContract contract.
Implementations§
source§impl VariableRepositoryContractDeployer
impl VariableRepositoryContractDeployer
pub fn init( fiat_conversion: Address, bid_escrow_wallet: Address, voting_ids: Address ) -> VariableRepositoryContractRef
Auto Trait Implementations§
impl RefUnwindSafe for VariableRepositoryContractDeployer
impl Send for VariableRepositoryContractDeployer
impl Sync for VariableRepositoryContractDeployer
impl Unpin for VariableRepositoryContractDeployer
impl UnwindSafe for VariableRepositoryContractDeployer
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