Struct dao::modules::repository::RepositoryDeployer
source · pub struct RepositoryDeployer;
Expand description
Deployer for the Repository contract.
Implementations§
source§impl RepositoryDeployer
impl RepositoryDeployer
pub fn init( fiat_conversion: Address, bid_escrow_wallet: Address, voting_ids: Address ) -> RepositoryRef
Auto Trait Implementations§
impl RefUnwindSafe for RepositoryDeployer
impl Send for RepositoryDeployer
impl Sync for RepositoryDeployer
impl Unpin for RepositoryDeployer
impl UnwindSafe for RepositoryDeployer
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