Struct ethcore::client::registry::logs::ReverseConfirmed[]

pub struct ReverseConfirmed {
    pub name: String,
    pub reverse: Address,
}

Fields

Trait Implementations

impl Debug for ReverseConfirmed

Formats the value using the given formatter. Read more

impl Clone for ReverseConfirmed

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReverseConfirmed

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

This method tests for !=.

Auto Trait Implementations

impl Send for ReverseConfirmed

impl Sync for ReverseConfirmed