Enum ethcore_rpc::v1::types::SyncStatus [] [src]

pub enum SyncStatus {
    Info(SyncInfo),
    None,
}

Sync status

Variants

Info when syncing

Not syncing

Trait Implementations

impl PartialEq for SyncStatus
[src]

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

This method tests for !=.

impl Debug for SyncStatus
[src]

Formats the value using the given formatter.

impl Serialize for SyncStatus
[src]

Serializes this value into this serializer.