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

pub struct List {
    pub ordered: Bool,
    pub items: Vector<Boxed, RichText>,
}

TL-derived from pageBlockList

pageBlockList#3a58c7f4 ordered:Bool items:Vector<RichText> = PageBlock;

Fields

Trait Implementations

impl Debug for List
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for List
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for List
[src]

impl BareDeserialize for List
[src]

impl IntoBoxed for List
[src]

Auto Trait Implementations

impl Send for List

impl Sync for List