Struct clacks::mtproto::pageBlockEmbed [] [src]

pub struct pageBlockEmbed {
    pub full_width: bool,
    pub allow_scrolling: bool,
    pub url: Option<string>,
    pub html: Option<string>,
    pub poster_photo_id: Option<long>,
    pub w: int,
    pub h: int,
    pub caption: Box<RichText>,
}

Fields

Trait Implementations

impl Debug for pageBlockEmbed
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockEmbed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockEmbed
[src]

[src]

impl BareDeserialize for pageBlockEmbed
[src]

[src]

impl IntoBoxed for pageBlockEmbed
[src]

Auto Trait Implementations