Trait rust_tdlib::types::TDInputPassportElement[][src]

pub trait TDInputPassportElement: Debug + RObject { }
Expand description

Contains information about a Telegram Passport element to be saved

Implementations on Foreign Types

impl<'a, INPUTPASSPORTELEMENT: TDInputPassportElement> TDInputPassportElement for &'a INPUTPASSPORTELEMENT[src]

impl<'a, INPUTPASSPORTELEMENT: TDInputPassportElement> TDInputPassportElement for &'a mut INPUTPASSPORTELEMENT[src]

Implementors