Struct clacks::mtproto::updateBotWebhookJSON [] [src]

pub struct updateBotWebhookJSON {
    pub data: DataJSON,
}

Fields

Trait Implementations

impl Debug for updateBotWebhookJSON
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateBotWebhookJSON
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateBotWebhookJSON
[src]

[src]

impl BareDeserialize for updateBotWebhookJSON
[src]

[src]

impl IntoBoxed for updateBotWebhookJSON
[src]

[src]

Auto Trait Implementations