Struct clacks_mtproto::mtproto::photo::Empty [] [src]

pub struct Empty {
    pub id: long,
}

TL-derived from photoEmpty

photoEmpty#2331b22d id:long = Photo;

Fields

Trait Implementations

impl Debug for Empty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Empty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Empty
[src]

impl BareDeserialize for Empty
[src]

impl IntoBoxed for Empty
[src]

[src]

Auto Trait Implementations

impl Send for Empty

impl Sync for Empty