Struct dao::core_contracts::ReputationContractDeployer
source · pub struct ReputationContractDeployer;
Expand description
Deployer for the ReputationContract contract.
Implementations§
source§impl ReputationContractDeployer
impl ReputationContractDeployer
pub fn init() -> ReputationContractRef
Auto Trait Implementations§
impl RefUnwindSafe for ReputationContractDeployer
impl Send for ReputationContractDeployer
impl Sync for ReputationContractDeployer
impl Unpin for ReputationContractDeployer
impl UnwindSafe for ReputationContractDeployer
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