Struct dharitri_wasm::abi::BuildInfoAbi
source · pub struct BuildInfoAbi {
pub contract_crate: ContractCrateBuildAbi,
pub framework: FrameworkBuildAbi,
}Expand description
Deisgned to hold metadata of the contract crate.
Must be instanced inside the smart contract crate to work,
that is why a create associated method would not make sense here.
Fields§
§contract_crate: ContractCrateBuildAbi§framework: FrameworkBuildAbiTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BuildInfoAbi
impl Send for BuildInfoAbi
impl Sync for BuildInfoAbi
impl Unpin for BuildInfoAbi
impl UnwindSafe for BuildInfoAbi
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