pub struct AbiProvider {}
Trait Implementations§
Source§impl ContractAbiProvider for AbiProvider
impl ContractAbiProvider for AbiProvider
type Api = UncallableApi
Source§fn abi() -> ContractAbi
fn abi() -> ContractAbi
Associated function that provides the contract or module ABI.
Since ABI generation is static, no state from the contract is required.
Auto Trait Implementations§
impl Freeze for AbiProvider
impl RefUnwindSafe for AbiProvider
impl Send for AbiProvider
impl Sync for AbiProvider
impl Unpin for AbiProvider
impl UnwindSafe for AbiProvider
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