Enum clacks::mtproto::UserFull [] [src]

pub enum UserFull {
    userFull(userFull),
}

Variants

Trait Implementations

impl Debug for UserFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UserFull
[src]

[src]

impl BoxedDeserialize for UserFull
[src]

Auto Trait Implementations

impl Send for UserFull

impl Sync for UserFull