Struct clacks_mtproto::mtproto::rpc::account::ReportPeer [] [src]

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

TL-derived from account.reportPeer

account.reportPeer#ae189d5f peer:InputPeer reason:ReportReason = Bool;

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 BoxedSerialize for ReportPeer
[src]

[src]

[src]

impl Function for ReportPeer
[src]

impl BareSerialize for ReportPeer
[src]

Auto Trait Implementations

impl Send for ReportPeer

impl Sync for ReportPeer