Struct clacks::mtproto::rpc::contacts::resetTopPeerRating [] [src]

pub struct resetTopPeerRating {
    pub category: TopPeerCategory,
    pub peer: InputPeer,
}

Fields

Trait Implementations

impl Debug for resetTopPeerRating
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for resetTopPeerRating
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for resetTopPeerRating
[src]

impl BareSerialize for resetTopPeerRating
[src]

[src]

Auto Trait Implementations