Struct clacks::mtproto::pageBlockAnchor [] [src]

pub struct pageBlockAnchor {
    pub name: string,
}

Fields

Trait Implementations

impl Debug for pageBlockAnchor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockAnchor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockAnchor
[src]

[src]

impl BareDeserialize for pageBlockAnchor
[src]

[src]

impl IntoBoxed for pageBlockAnchor
[src]

Auto Trait Implementations