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