Struct clacks_mtproto::mtproto::contacts::resolved_peer::ResolvedPeer [] [src]

pub struct ResolvedPeer {
    pub peer: Peer,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

TL-derived from contacts.resolvedPeer

contacts.resolvedPeer#7f077ad9 peer:Peer chats:Vector<Chat> users:Vector<User> = contacts.ResolvedPeer;

Fields

Trait Implementations

impl Debug for ResolvedPeer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResolvedPeer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ResolvedPeer
[src]

impl BareDeserialize for ResolvedPeer
[src]

impl IntoBoxed for ResolvedPeer
[src]

Auto Trait Implementations

impl Send for ResolvedPeer

impl Sync for ResolvedPeer