Struct rust_tdlib::types::GetUser [−][src]
pub struct GetUser { /* fields omitted */ }Expand description
Returns information about a user by their identifier. This is an offline request if the current user is not a bot
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetUserimpl UnwindSafe for GetUserBlanket Implementations
Mutably borrows from an owned value. Read more