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

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

TL-derived from textStrike

textStrike#9bf8bb95 text:RichText = RichText;

Fields

Trait Implementations

impl Debug for Strike
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Strike
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Strike
[src]

impl BareDeserialize for Strike
[src]

impl IntoBoxed for Strike
[src]

Auto Trait Implementations

impl Send for Strike

impl Sync for Strike