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