Struct clacks_mtproto::mtproto::update::DialogPinned [] [src]

pub struct DialogPinned {
    pub pinned: bool,
    pub peer: Peer,
}

TL-derived from updateDialogPinned

updateDialogPinned#d711a2cc flags:# pinned:flags.0?true peer:Peer = Update;

Fields

Trait Implementations

impl Debug for DialogPinned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DialogPinned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DialogPinned
[src]

impl BareDeserialize for DialogPinned
[src]

impl IntoBoxed for DialogPinned
[src]

[src]

Auto Trait Implementations

impl Send for DialogPinned

impl Sync for DialogPinned