Struct clacks::mtproto::contacts::topPeers [] [src]

pub struct topPeers {
    pub categories: Vector<Boxed, TopPeerCategoryPeers>,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for topPeers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for topPeers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for topPeers
[src]

[src]

impl BareDeserialize for topPeers
[src]

[src]

impl IntoBoxed for topPeers
[src]

Auto Trait Implementations

impl Send for topPeers

impl Sync for topPeers