pub struct AuthorizationStateClosed {}
Expand description
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one should create a new instance of the TDLib client
Trait Implementations§
Source§impl Clone for AuthorizationStateClosed
impl Clone for AuthorizationStateClosed
Source§fn clone(&self) -> AuthorizationStateClosed
fn clone(&self) -> AuthorizationStateClosed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuthorizationStateClosed
impl Debug for AuthorizationStateClosed
Source§impl<'de> Deserialize<'de> for AuthorizationStateClosed
impl<'de> Deserialize<'de> for AuthorizationStateClosed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthorizationStateClosed
impl RefUnwindSafe for AuthorizationStateClosed
impl Send for AuthorizationStateClosed
impl Sync for AuthorizationStateClosed
impl Unpin for AuthorizationStateClosed
impl UnwindSafe for AuthorizationStateClosed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more