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]

[src]

Formats the value using the given formatter. Read more

impl Clone for ClusterConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ClusterConfig

impl Sync for ClusterConfig