pub struct ServerGroup {
    pub sgid: ServerGroupID,
    pub name: String,
    pub type: i32,
    pub iconid: IconHash,
    pub savedb: bool,
}
Expand description

Server Group returned from server_group_list. Field names are according to the query protocol.

Fields

sgid: ServerGroupID

Identifier for this server group

name: Stringtype: i32

Group type: template,regular,query type use r#type to specify in rust

iconid: IconHashsavedb: bool

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.