Struct substreams_ethereum_core::block_view::LogView
source · [−]pub struct LogView<'a> {
pub receipt: ReceiptView<'a>,
pub log: &'a Log,
}
Fields
receipt: ReceiptView<'a>
log: &'a Log
Implementations
sourceimpl<'a> LogView<'a>
impl<'a> LogView<'a>
pub fn address(self) -> &'a [u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
pub fn topics(self) -> &'a Vec<Vec<u8>>
pub fn data(self) -> &'a [u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
pub fn index(self) -> u32
pub fn block_index(self) -> u32
pub fn ordinal(self) -> u64
Trait Implementations
impl<'a> Copy for LogView<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for LogView<'a>
impl<'a> Send for LogView<'a>
impl<'a> Sync for LogView<'a>
impl<'a> Unpin for LogView<'a>
impl<'a> UnwindSafe for LogView<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more