Trait rust_tdlib::types::TDPageBlock[][src]

pub trait TDPageBlock: Debug + RObject { }
Expand description

Describes a block of an instant view web page

Implementations on Foreign Types

impl<'a, PAGEBLOCK: TDPageBlock> TDPageBlock for &'a PAGEBLOCK[src]

impl<'a, PAGEBLOCK: TDPageBlock> TDPageBlock for &'a mut PAGEBLOCK[src]

Implementors