Enum ethcore_rpc::v1::types::SyncStatus
[−]
[src]
pub enum SyncStatus { Info(SyncInfo), None, }
Sync status
Variants
Info(SyncInfo)
Info when syncing
None
Not syncing
Trait Implementations
impl PartialEq for SyncStatus
[src]
fn eq(&self, __arg_0: &SyncStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SyncStatus) -> bool
This method tests for !=
.
impl Debug for SyncStatus
[src]
impl Serialize for SyncStatus
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.