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