Struct multiversx_sc_modules::dns::ContractBuilder
source · pub struct ContractBuilder;
Trait Implementations§
source§impl CallableContractBuilder for ContractBuilder
impl CallableContractBuilder for ContractBuilder
fn new_contract_obj<A: VMApi + Send + Sync>(&self) -> Box<dyn CallableContract>
Auto Trait Implementations§
impl CodecFromSelf for ContractBuilder
impl RefUnwindSafe for ContractBuilder
impl Send for ContractBuilder
impl Sync for ContractBuilder
impl Unpin for ContractBuilder
impl UnwindSafe for ContractBuilder
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