Struct clacks::mtproto::pageBlockCover [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockCover
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockCover
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockCover
[src]

[src]

impl BareDeserialize for pageBlockCover
[src]

[src]

impl IntoBoxed for pageBlockCover
[src]

Auto Trait Implementations