Struct clacks_mtproto::mtproto::page_block::Anchor [] [src]

pub struct Anchor {
    pub name: string,
}

TL-derived from pageBlockAnchor

pageBlockAnchor#ce0d37b0 name:string = PageBlock;

Fields

Trait Implementations

impl Debug for Anchor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Anchor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Anchor
[src]

impl BareDeserialize for Anchor
[src]

impl IntoBoxed for Anchor
[src]

Auto Trait Implementations

impl Send for Anchor

impl Sync for Anchor