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

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

TL-derived from pagePart

pagePart#8e3f9ebe blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> = Page;

Fields

Trait Implementations

impl Debug for Part
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Part
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Part
[src]

impl BareDeserialize for Part
[src]

impl IntoBoxed for Part
[src]

[src]

Auto Trait Implementations

impl Send for Part

impl Sync for Part