Struct clacks::mtproto::pageBlockVideo [] [src]

pub struct pageBlockVideo {
    pub autoplay: bool,
    pub loop_: bool,
    pub video_id: long,
    pub caption: Box<RichText>,
}

Fields

Trait Implementations

impl Debug for pageBlockVideo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockVideo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockVideo
[src]

[src]

impl BareDeserialize for pageBlockVideo
[src]

[src]

impl IntoBoxed for pageBlockVideo
[src]

Auto Trait Implementations