Struct ethsync::ServiceConfiguration [] [src]

pub struct ServiceConfiguration {
    pub sync: SyncConfig,
    pub net: NetworkConfiguration,
    pub io_path: String,
}

Configuration for IPC service.

Fields

Sync config.

Network configuration.

IPC path.

Trait Implementations

impl Debug for ServiceConfiguration
[src]

Formats the value using the given formatter.

impl Clone for ServiceConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more