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