Struct telegram::schema::DisabledFeature []

pub struct DisabledFeature {
    pub feature: String,
    pub description: String,
}

Fields

Trait Implementations

impl Debug for DisabledFeature
[src]

Formats the value using the given formatter.

impl Serialize for DisabledFeature

Serialize to the passed buffer.