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 Freeze 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