Trait rust_tdlib::types::TDPageBlockHorizontalAlignment[][src]

pub trait TDPageBlockHorizontalAlignment: Debug + RObject { }
Expand description

Describes a horizontal alignment of a table cell content

Implementations on Foreign Types

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a PAGEBLOCKHORIZONTALALIGNMENT[src]

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a mut PAGEBLOCKHORIZONTALALIGNMENT[src]

Implementors