Struct clacks::mtproto::pageBlockSlideshow [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockSlideshow
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockSlideshow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockSlideshow
[src]

[src]

impl BareDeserialize for pageBlockSlideshow
[src]

[src]

impl IntoBoxed for pageBlockSlideshow
[src]

Auto Trait Implementations