Struct clacks::mtproto::topPeer [] [src]

pub struct topPeer {
    pub peer: Peer,
    pub rating: double,
}

Fields

Trait Implementations

impl Debug for topPeer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for topPeer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for topPeer
[src]

[src]

impl BareDeserialize for topPeer
[src]

[src]

impl IntoBoxed for topPeer
[src]

[src]

Auto Trait Implementations

impl Send for topPeer

impl Sync for topPeer