Struct block_core::Log
[−]
[src]
pub struct Log {
pub address: Address,
pub topics: Vec<H256>,
pub data: Vec<u8>,
}Fields
address: Address
topics: Vec<H256>
data: Vec<u8>
Trait Implementations
impl Clone for Log[src]
fn clone(&self) -> Log[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Log[src]
impl PartialEq for Log[src]
fn eq(&self, __arg_0: &Log) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Log) -> bool[src]
This method tests for !=.
impl Eq for Log[src]
impl Encodable for Log[src]
fn rlp_append(&self, s: &mut RlpStream)[src]
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>[src]
Get rlp-encoded bytes for this instance
impl Decodable for Log[src]
fn decode(rlp: &UntrustedRlp) -> Result<Self, DecoderError>[src]
Decode a value from RLP bytes