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

pub struct Peer {
    pub peer: InputPeer,
}

TL-derived from inputNotifyPeer

inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer;

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