pub struct TxLog {
pub address: Address,
pub endpoint: Vec<u8>,
pub topics: Vec<Vec<u8>>,
pub data: Vec<u8>,
}Fields§
§address: Address§endpoint: Vec<u8>§topics: Vec<Vec<u8>>§data: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxLog
impl RefUnwindSafe for TxLog
impl Send for TxLog
impl Sync for TxLog
impl Unpin for TxLog
impl UnwindSafe for TxLog
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