Struct clacks::mtproto::messageEntityEmail [] [src]

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

Fields

Trait Implementations

impl Debug for messageEntityEmail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageEntityEmail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageEntityEmail
[src]

[src]

impl BareDeserialize for messageEntityEmail
[src]

[src]

impl IntoBoxed for messageEntityEmail
[src]

Auto Trait Implementations