Struct clacks_mtproto::mtproto::text::Italic [] [src]

pub struct Italic {
    pub text: Box<RichText>,
}

TL-derived from textItalic

textItalic#d912a59c text:RichText = RichText;

Fields

Trait Implementations

impl Debug for Italic
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Italic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Italic
[src]

impl BareDeserialize for Italic
[src]

impl IntoBoxed for Italic
[src]

Auto Trait Implementations

impl Send for Italic

impl Sync for Italic