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

pub struct Email {
    pub text: Box<RichText>,
    pub email: string,
}

TL-derived from textEmail

textEmail#de5a0dd6 text:RichText email:string = RichText;

Fields

Trait Implementations

impl Debug for Email
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Email
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Email
[src]

impl BareDeserialize for Email
[src]

impl IntoBoxed for Email
[src]

Auto Trait Implementations

impl Send for Email

impl Sync for Email