Struct dao::modules::whitelist::WhitelistDeployer
source · pub struct WhitelistDeployer;
Expand description
Deployer for the Whitelist contract.
Implementations§
source§impl WhitelistDeployer
impl WhitelistDeployer
pub fn default() -> WhitelistRef
Auto Trait Implementations§
impl RefUnwindSafe for WhitelistDeployer
impl Send for WhitelistDeployer
impl Sync for WhitelistDeployer
impl Unpin for WhitelistDeployer
impl UnwindSafe for WhitelistDeployer
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