pub struct CheckChatUsername { /* private fields */ }
Expand description
Checks whether a username can be set for a chat
Implementations§
Trait Implementations§
Source§impl AsRef<CheckChatUsername> for CheckChatUsername
impl AsRef<CheckChatUsername> for CheckChatUsername
Source§fn as_ref(&self) -> &CheckChatUsername
fn as_ref(&self) -> &CheckChatUsername
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CheckChatUsername
impl Clone for CheckChatUsername
Source§fn clone(&self) -> CheckChatUsername
fn clone(&self) -> CheckChatUsername
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 Debug for CheckChatUsername
impl Debug for CheckChatUsername
Source§impl Default for CheckChatUsername
impl Default for CheckChatUsername
Source§fn default() -> CheckChatUsername
fn default() -> CheckChatUsername
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckChatUsername
impl<'de> Deserialize<'de> for CheckChatUsername
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
Source§impl Serialize for CheckChatUsername
impl Serialize for CheckChatUsername
impl TDCheckChatUsernameResult for CheckChatUsername
Auto Trait Implementations§
impl Freeze for CheckChatUsername
impl RefUnwindSafe for CheckChatUsername
impl Send for CheckChatUsername
impl Sync for CheckChatUsername
impl Unpin for CheckChatUsername
impl UnwindSafe for CheckChatUsername
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