pub struct ContractContainer {
pub panic_message: bool,
/* private fields */
}Expand description
Contains a reference to a contract implementation.
It can optionally also contain an allowed endpoint whitelist, to simulate multi-contract.
Fields§
§panic_message: boolImplementations§
Auto Trait Implementations§
impl !CodecFromSelf for ContractContainer
impl Freeze for ContractContainer
impl !RefUnwindSafe for ContractContainer
impl Send for ContractContainer
impl Sync for ContractContainer
impl Unpin for ContractContainer
impl !UnwindSafe for ContractContainer
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