pub struct SetChatTitle<'a> { /* private fields */ }Expand description
Sets a group’s title.
Reflects the setChatTitle method.
Implementations§
Source§impl SetChatTitle<'_>
impl SetChatTitle<'_>
Sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
Source§impl<'a> Clone for SetChatTitle<'a>
impl<'a> Clone for SetChatTitle<'a>
Source§fn clone(&self) -> SetChatTitle<'a>
fn clone(&self) -> SetChatTitle<'a>
Returns a duplicate 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<'a> Debug for SetChatTitle<'a>
impl<'a> Debug for SetChatTitle<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetChatTitle<'a>
impl<'a> !RefUnwindSafe for SetChatTitle<'a>
impl<'a> Send for SetChatTitle<'a>
impl<'a> Sync for SetChatTitle<'a>
impl<'a> Unpin for SetChatTitle<'a>
impl<'a> !UnwindSafe for SetChatTitle<'a>
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