Struct clacks_mtproto::mtproto::page::Full [] [src]

pub struct Full {
    pub blocks: Vector<Boxed, PageBlock>,
    pub photos: Vector<Boxed, Photo>,
    pub documents: Vector<Boxed, Document>,
}

TL-derived from pageFull

pageFull#556ec7aa blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> = Page;

Fields

Trait Implementations

impl Debug for Full
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Full
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Full
[src]

impl BareDeserialize for Full
[src]

impl IntoBoxed for Full
[src]

[src]

Auto Trait Implementations

impl Send for Full

impl Sync for Full