pub struct ReputationVoterContractDeployer;
Expand description
Deployer for the ReputationVoterContract contract.
Implementations§
source§impl ReputationVoterContractDeployer
impl ReputationVoterContractDeployer
pub fn init( variable_repository: Address, reputation_token: Address, va_token: Address ) -> ReputationVoterContractRef
Auto Trait Implementations§
impl RefUnwindSafe for ReputationVoterContractDeployer
impl Send for ReputationVoterContractDeployer
impl Sync for ReputationVoterContractDeployer
impl Unpin for ReputationVoterContractDeployer
impl UnwindSafe for ReputationVoterContractDeployer
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