Struct ethcore::client::registry::logs::DataChanged [−]
Fields
name: Hash
owner: Address
key: String
Trait Implementations
impl Debug for DataChanged
impl Debug for DataChangedimpl Clone for DataChanged
impl Clone for DataChangedfn clone(&self) -> DataChanged
fn clone(&self) -> DataChangedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for DataChanged
impl PartialEq for DataChangedfn eq(&self, other: &DataChanged) -> bool
fn eq(&self, other: &DataChanged) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DataChanged) -> bool
fn ne(&self, other: &DataChanged) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DataChanged
impl Send for DataChangedimpl Sync for DataChanged
impl Sync for DataChanged