[−][src]Trait mandos::InterpretableFrom
Required methods
pub fn interpret_from(from: T, context: &InterpreterContext) -> Self[src]
Implementors
impl InterpretableFrom<CheckEsdtRaw> for CheckEsdt[src]
pub fn interpret_from(from: CheckEsdtRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<CheckLogsRaw> for CheckLogs[src]
pub fn interpret_from(from: CheckLogsRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<CheckStorageRaw> for CheckStorage[src]
pub fn interpret_from(
from: CheckStorageRaw,
context: &InterpreterContext
) -> Self[src]
from: CheckStorageRaw,
context: &InterpreterContext
) -> Self
impl InterpretableFrom<StepRaw> for Step[src]
pub fn interpret_from(from: StepRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<ValueSubTree> for AddressValue[src]
pub fn interpret_from(from: ValueSubTree, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<ValueSubTree> for BigUintValue[src]
pub fn interpret_from(from: ValueSubTree, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<ValueSubTree> for BytesValue[src]
pub fn interpret_from(from: ValueSubTree, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<ValueSubTree> for U64Value[src]
pub fn interpret_from(from: ValueSubTree, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<AccountRaw> for Account[src]
pub fn interpret_from(from: AccountRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<BlockInfoRaw> for BlockInfo[src]
pub fn interpret_from(from: BlockInfoRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<CheckAccountRaw> for CheckAccount[src]
pub fn interpret_from(
from: CheckAccountRaw,
context: &InterpreterContext
) -> Self[src]
from: CheckAccountRaw,
context: &InterpreterContext
) -> Self
impl InterpretableFrom<CheckAccountsRaw> for CheckAccounts[src]
pub fn interpret_from(
from: CheckAccountsRaw,
context: &InterpreterContext
) -> Self[src]
from: CheckAccountsRaw,
context: &InterpreterContext
) -> Self
impl InterpretableFrom<CheckLogRaw> for CheckLog[src]
pub fn interpret_from(from: CheckLogRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<NewAddressRaw> for NewAddress[src]
pub fn interpret_from(from: NewAddressRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<ScenarioRaw> for Scenario[src]
pub fn interpret_from(from: ScenarioRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<TxCallRaw> for TxCall[src]
pub fn interpret_from(from: TxCallRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<TxDeployRaw> for TxDeploy[src]
pub fn interpret_from(from: TxDeployRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<TxExpectRaw> for TxExpect[src]
pub fn interpret_from(from: TxExpectRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<TxTransferRaw> for TxTransfer[src]
pub fn interpret_from(from: TxTransferRaw, context: &InterpreterContext) -> Self[src]
impl InterpretableFrom<TxValidatorRewardRaw> for TxValidatorReward[src]
pub fn interpret_from(
from: TxValidatorRewardRaw,
context: &InterpreterContext
) -> Self[src]
from: TxValidatorRewardRaw,
context: &InterpreterContext
) -> Self