Trait rust_tdlib::types::TDInputBackground[][src]

pub trait TDInputBackground: Debug + RObject { }
Expand description

Contains information about background to set

Implementations on Foreign Types

impl<'a, INPUTBACKGROUND: TDInputBackground> TDInputBackground for &'a INPUTBACKGROUND[src]

impl<'a, INPUTBACKGROUND: TDInputBackground> TDInputBackground for &'a mut INPUTBACKGROUND[src]

Implementors