Struct clacks::mtproto::updateDialogPinned [] [src]

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

Fields

Trait Implementations

impl Debug for updateDialogPinned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateDialogPinned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateDialogPinned
[src]

[src]

impl BareDeserialize for updateDialogPinned
[src]

[src]

impl IntoBoxed for updateDialogPinned
[src]

[src]

Auto Trait Implementations