Struct clacks::mtproto::channelParticipantSelf [] [src]

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

Fields

Trait Implementations

impl Debug for channelParticipantSelf
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelParticipantSelf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelParticipantSelf
[src]

[src]

impl BareDeserialize for channelParticipantSelf
[src]

[src]

impl IntoBoxed for channelParticipantSelf
[src]

Auto Trait Implementations