Struct multiversx_chain_vm::scenario::model::CheckLog
source · pub struct CheckLog {
pub address: CheckValue<BytesValue>,
pub endpoint: CheckValue<BytesValue>,
pub topics: CheckValueList,
pub data: CheckValue<BytesValue>,
}
Fields§
§address: CheckValue<BytesValue>
§endpoint: CheckValue<BytesValue>
§topics: CheckValueList
§data: CheckValue<BytesValue>
Trait Implementations§
source§impl InterpretableFrom<CheckLogRaw> for CheckLog
impl InterpretableFrom<CheckLogRaw> for CheckLog
fn interpret_from(from: CheckLogRaw, context: &InterpreterContext) -> Self
source§impl IntoRaw<CheckLogRaw> for CheckLog
impl IntoRaw<CheckLogRaw> for CheckLog
fn into_raw(self) -> CheckLogRaw
Auto Trait Implementations§
impl CodecFromSelf for CheckLog
impl RefUnwindSafe for CheckLog
impl Send for CheckLog
impl Sync for CheckLog
impl Unpin for CheckLog
impl UnwindSafe for CheckLog
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