Struct sputnikvm::Log [] [src]

pub struct Log {
    pub address: H160,
    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 Eq for Log
[src]

impl Encodable for Log
[src]

[src]

impl PartialEq<Log> 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 Debug for Log
[src]

[src]

Formats the value using the given formatter.

impl Decodable for Log
[src]