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

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

TL-derived from textUnderline

textUnderline#c12622c4 text:RichText = RichText;

Fields

Trait Implementations

impl Debug for Underline
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Underline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Underline
[src]

impl BareDeserialize for Underline
[src]

impl IntoBoxed for Underline
[src]

Auto Trait Implementations

impl Send for Underline

impl Sync for Underline