Struct clacks_mtproto::mtproto::page_block::Collage [] [src]

pub struct Collage {
    pub items: Vector<Boxed, PageBlock>,
    pub caption: Box<RichText>,
}

TL-derived from pageBlockCollage

pageBlockCollage#8b31c4f items:Vector<PageBlock> caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Collage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Collage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Collage
[src]

impl BareDeserialize for Collage
[src]

impl IntoBoxed for Collage
[src]

Auto Trait Implementations

impl Send for Collage

impl Sync for Collage