Struct rust_tdlib::types::UserTypeUnknown [−][src]
pub struct UserTypeUnknown { /* fields omitted */ }Expand description
No information on the user besides the user identifier is available, yet this user has not been deleted. This object is extremely rare and must be handled like a deleted user. It is not possible to perform any actions on users of this type
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
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 RefUnwindSafe for UserTypeUnknownimpl Send for UserTypeUnknownimpl Sync for UserTypeUnknownimpl Unpin for UserTypeUnknownimpl UnwindSafe for UserTypeUnknownBlanket Implementations
Mutably borrows from an owned value. Read more