Struct clacks::mtproto::peerChat [] [src]

pub struct peerChat {
    pub chat_id: int,
}

Fields

Trait Implementations

impl Debug for peerChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for peerChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for peerChat
[src]

[src]

impl BareDeserialize for peerChat
[src]

[src]

impl IntoBoxed for peerChat
[src]

[src]

Auto Trait Implementations

impl Send for peerChat

impl Sync for peerChat