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

pub struct Cover {
    pub cover: Box<PageBlock>,
}

TL-derived from pageBlockCover

pageBlockCover#39f23300 cover:PageBlock = PageBlock;

Fields

Trait Implementations

impl Debug for Cover
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Cover
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Cover
[src]

impl BareDeserialize for Cover
[src]

impl IntoBoxed for Cover
[src]

Auto Trait Implementations

impl Send for Cover

impl Sync for Cover