Trait rust_tdlib::types::TDBackgroundType[][src]

pub trait TDBackgroundType: Debug + RObject { }
Expand description

Describes the type of a background

Implementations on Foreign Types

impl<'a, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a BACKGROUNDTYPE[src]

impl<'a, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a mut BACKGROUNDTYPE[src]

Implementors