Struct dao::core_contracts::DaoNftDeployer
source · pub struct DaoNftDeployer;
Expand description
Deployer for the DaoNft contract.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DaoNftDeployer
impl Send for DaoNftDeployer
impl Sync for DaoNftDeployer
impl Unpin for DaoNftDeployer
impl UnwindSafe for DaoNftDeployer
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