Struct clacks_mtproto::mtproto::notify::Peer [] [src]

pub struct Peer {
    pub peer: Peer,
}

TL-derived from notifyPeer

notifyPeer#9fd40bd8 peer:Peer = NotifyPeer;

Fields

Trait Implementations

impl Debug for Peer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Peer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Peer
[src]

impl BareDeserialize for Peer
[src]

impl IntoBoxed for Peer
[src]

Auto Trait Implementations

impl Send for Peer

impl Sync for Peer