pub struct FakeLogEntry {
pub topics: Vec<H256>,
pub data: Bytes,
}
Fields§
§topics: Vec<H256>
§data: Bytes
Auto Trait Implementations§
impl Freeze for FakeLogEntry
impl RefUnwindSafe for FakeLogEntry
impl Send for FakeLogEntry
impl Sync for FakeLogEntry
impl Unpin for FakeLogEntry
impl UnwindSafe for FakeLogEntry
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