Trait rust_tdlib::types::TDPageBlockVerticalAlignment[][src]

pub trait TDPageBlockVerticalAlignment: Debug + RObject { }
Expand description

Describes a Vertical alignment of a table cell content

Implementations on Foreign Types

impl<'a, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a PAGEBLOCKVERTICALALIGNMENT[src]

impl<'a, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a mut PAGEBLOCKVERTICALALIGNMENT[src]

Implementors