Skip to main content

TDCheckChatUsernameResult

Trait TDCheckChatUsernameResult 

Source
pub trait TDCheckChatUsernameResult: Debug + RObject { }
Expand description

Represents result of checking whether a username can be set for a chat

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, CHECKCHATUSERNAMERESULT: TDCheckChatUsernameResult> TDCheckChatUsernameResult for &'a CHECKCHATUSERNAMERESULT

Source§

impl<'a, CHECKCHATUSERNAMERESULT: TDCheckChatUsernameResult> TDCheckChatUsernameResult for &'a mut CHECKCHATUSERNAMERESULT

Implementors§