Struct clacks::mtproto::rpc::account::reportPeer [] [src]

pub struct reportPeer {
    pub peer: InputPeer,
    pub reason: ReportReason,
}

Fields

Trait Implementations

impl Debug for reportPeer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for reportPeer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for reportPeer
[src]

impl BareSerialize for reportPeer
[src]

[src]

Auto Trait Implementations

impl Send for reportPeer

impl Sync for reportPeer