pub struct CheckChatUsernameResultPublicChatsTooMuch { /* private fields */ }
Expand description
The user has too much chats with username, one of them must be made private first
Implementations§
Trait Implementations§
Source§impl AsRef<CheckChatUsernameResultPublicChatsTooMuch> for CheckChatUsernameResultPublicChatsTooMuch
impl AsRef<CheckChatUsernameResultPublicChatsTooMuch> for CheckChatUsernameResultPublicChatsTooMuch
Source§fn as_ref(&self) -> &CheckChatUsernameResultPublicChatsTooMuch
fn as_ref(&self) -> &CheckChatUsernameResultPublicChatsTooMuch
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CheckChatUsernameResultPublicChatsTooMuch
impl Clone for CheckChatUsernameResultPublicChatsTooMuch
Source§fn clone(&self) -> CheckChatUsernameResultPublicChatsTooMuch
fn clone(&self) -> CheckChatUsernameResultPublicChatsTooMuch
Returns a copy 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 Default for CheckChatUsernameResultPublicChatsTooMuch
impl Default for CheckChatUsernameResultPublicChatsTooMuch
Source§fn default() -> CheckChatUsernameResultPublicChatsTooMuch
fn default() -> CheckChatUsernameResultPublicChatsTooMuch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckChatUsernameResultPublicChatsTooMuch
impl<'de> Deserialize<'de> for CheckChatUsernameResultPublicChatsTooMuch
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
impl TDCheckChatUsernameResult for CheckChatUsernameResultPublicChatsTooMuch
Auto Trait Implementations§
impl Freeze for CheckChatUsernameResultPublicChatsTooMuch
impl RefUnwindSafe for CheckChatUsernameResultPublicChatsTooMuch
impl Send for CheckChatUsernameResultPublicChatsTooMuch
impl Sync for CheckChatUsernameResultPublicChatsTooMuch
impl Unpin for CheckChatUsernameResultPublicChatsTooMuch
impl UnwindSafe for CheckChatUsernameResultPublicChatsTooMuch
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