Struct clacks::mtproto::messageEntityMention [] [src]

pub struct messageEntityMention {
    pub offset: int,
    pub length: int,
}

Fields

Trait Implementations

impl Debug for messageEntityMention
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageEntityMention
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageEntityMention
[src]

[src]

impl BareDeserialize for messageEntityMention
[src]

[src]

impl IntoBoxed for messageEntityMention
[src]

Auto Trait Implementations