Struct shoop::Server [] [src]

pub struct Server {
    pub ip: String,
    // some fields omitted
}

Fields

Methods

impl Server
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Server

impl Sync for Server