Struct clacks_mtproto::mtproto::channel_participant::Self_ [] [src]

pub struct Self_ {
    pub user_id: int,
    pub inviter_id: int,
    pub date: int,
}

TL-derived from channelParticipantSelf

channelParticipantSelf#a3289a6d user_id:int inviter_id:int date:int = ChannelParticipant;

Fields

Trait Implementations

impl Debug for Self_
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Self_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Self_
[src]

impl BareDeserialize for Self_
[src]

impl IntoBoxed for Self_
[src]

Auto Trait Implementations

impl Send for Self_

impl Sync for Self_