Struct clacks_mtproto::mtproto::chat_participant::Creator [] [src]

pub struct Creator {
    pub user_id: int,
}

TL-derived from chatParticipantCreator

chatParticipantCreator#da13538a user_id:int = ChatParticipant;

Fields

Trait Implementations

impl Debug for Creator
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Creator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Creator
[src]

impl BareDeserialize for Creator
[src]

impl IntoBoxed for Creator
[src]

Auto Trait Implementations

impl Send for Creator

impl Sync for Creator