Struct block_core::Log [] [src]

pub struct Log {
    pub address: Address,
    pub topics: Vec<H256>,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for Log
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Log
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Log
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Log
[src]

impl Encodable for Log
[src]

[src]

Append a value to the stream

[src]

Get rlp-encoded bytes for this instance

impl Decodable for Log
[src]

[src]

Decode a value from RLP bytes