Struct clacks::mtproto::textStrike [] [src]

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

Fields

Trait Implementations

impl Debug for textStrike
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for textStrike
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for textStrike
[src]

[src]

impl BareDeserialize for textStrike
[src]

[src]

impl IntoBoxed for textStrike
[src]

Auto Trait Implementations

impl Send for textStrike

impl Sync for textStrike