Struct clacks::mtproto::pageFull [] [src]

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

Fields

Trait Implementations

impl Debug for pageFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageFull
[src]

[src]

impl BareDeserialize for pageFull
[src]

[src]

impl IntoBoxed for pageFull
[src]

[src]

Auto Trait Implementations

impl Send for pageFull

impl Sync for pageFull