Trait rust_tdlib::types::TDConnectionState[][src]

pub trait TDConnectionState: Debug + RObject { }
Expand description

Describes the current state of the connection to Telegram servers

Implementations on Foreign Types

impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a CONNECTIONSTATE[src]

impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a mut CONNECTIONSTATE[src]

Implementors