[][src]Trait rtdlib::types::TDConnectionState

pub trait TDConnectionState: Debug + RObject { }

TRAIT | 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]

Loading content...

Implementors

impl TDConnectionState for ConnectionStateConnecting[src]

impl TDConnectionState for ConnectionStateConnectingToProxy[src]

impl TDConnectionState for ConnectionStateReady[src]

impl TDConnectionState for ConnectionStateUpdating[src]

impl TDConnectionState for ConnectionStateWaitingForNetwork[src]

Loading content...