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

pub struct DataChanged {
    pub name: Hash,
    pub owner: Address,
    pub key: String,
}

Fields

Trait Implementations

impl Debug for DataChanged

Formats the value using the given formatter. Read more

impl Clone for DataChanged

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataChanged

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 DataChanged

impl Sync for DataChanged