Struct clacks::mtproto::pageBlockCollage [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockCollage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockCollage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockCollage
[src]

[src]

impl BareDeserialize for pageBlockCollage
[src]

[src]

impl IntoBoxed for pageBlockCollage
[src]

Auto Trait Implementations