Struct reql_types::ServerStatus [] [src]

pub struct ServerStatus {
    pub id: Uuid,
    pub name: String,
    pub network: Network,
    pub process: Process,
}

Structure of data in server_status table

Fields

Trait Implementations

impl Debug for ServerStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ServerStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more