Struct telegram::schema::DcOption []

pub struct DcOption {
    pub id: i32,
    pub hostname: String,
    pub ip_address: String,
    pub port: i32,
}

Fields

Trait Implementations

impl Debug for DcOption
[src]

Formats the value using the given formatter.

impl Serialize for DcOption

Serialize to the passed buffer.