Struct rust_tdlib::types::SetChatTitle  
source · [−]pub struct SetChatTitle { /* private fields */ }Expand description
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
Implementations
Trait Implementations
sourceimpl AsRef<SetChatTitle> for SetChatTitle
 
impl AsRef<SetChatTitle> for SetChatTitle
sourcefn as_ref(&self) -> &SetChatTitle
 
fn as_ref(&self) -> &SetChatTitle
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetChatTitle
 
impl Clone for SetChatTitle
sourcefn clone(&self) -> SetChatTitle
 
fn clone(&self) -> SetChatTitle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SetChatTitle
 
impl Debug for SetChatTitle
sourceimpl Default for SetChatTitle
 
impl Default for SetChatTitle
sourcefn default() -> SetChatTitle
 
fn default() -> SetChatTitle
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetChatTitle
 
impl<'de> Deserialize<'de> for SetChatTitle
sourcefn 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
sourceimpl Serialize for SetChatTitle
 
impl Serialize for SetChatTitle
Auto Trait Implementations
impl RefUnwindSafe for SetChatTitle
impl Send for SetChatTitle
impl Sync for SetChatTitle
impl Unpin for SetChatTitle
impl UnwindSafe for SetChatTitle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more