Struct clacks::mtproto::inputNotifyPeer [] [src]

pub struct inputNotifyPeer {
    pub peer: InputPeer,
}

Fields

Trait Implementations

impl Debug for inputNotifyPeer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputNotifyPeer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputNotifyPeer
[src]

[src]

impl BareDeserialize for inputNotifyPeer
[src]

[src]

impl IntoBoxed for inputNotifyPeer
[src]

Auto Trait Implementations