Skip to main content

TDInputPassportElement

Trait TDInputPassportElement 

Source
pub trait TDInputPassportElement: Debug + RObject { }
Expand description

Contains information about a Telegram Passport element to be saved

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, INPUTPASSPORTELEMENT: TDInputPassportElement> TDInputPassportElement for &'a INPUTPASSPORTELEMENT

Source§

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

Implementors§