pub struct CheckLog {
pub address: BytesValue,
pub identifier: BytesValue,
pub topics: Vec<BytesValue>,
pub data: BytesValue,
}Fields§
§address: BytesValue§identifier: BytesValue§topics: Vec<BytesValue>§data: BytesValueTrait Implementations§
source§impl InterpretableFrom<CheckLogRaw> for CheckLog
impl InterpretableFrom<CheckLogRaw> for CheckLog
fn interpret_from(from: CheckLogRaw, context: &InterpreterContext) -> Self
Auto Trait Implementations§
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