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

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

TL-derived from pageBlockSlideshow

pageBlockSlideshow#130c8963 items:Vector<PageBlock> caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Slideshow
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Slideshow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Slideshow
[src]

impl BareDeserialize for Slideshow
[src]

impl IntoBoxed for Slideshow
[src]

Auto Trait Implementations

impl Send for Slideshow

impl Sync for Slideshow