Struct reql_types::ClusterConfig [] [src]

pub struct ClusterConfig {
    pub id: String,
    pub heartbeat_timeout_secs: u32,
}

Structure of data in cluster_config table

Fields

Trait Implementations

impl Debug for ClusterConfig
[src]

Formats the value using the given formatter.

impl Clone for ClusterConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more