pub struct EditChatTitle {
pub chat_id: i64,
pub title: String,
}Expand description
Generated from:
messages.editChatTitle#73783ffd chat_id:long title:string = UpdatesFields§
§chat_id: i64§title: StringTrait Implementations§
Source§impl Clone for EditChatTitle
impl Clone for EditChatTitle
Source§fn clone(&self) -> EditChatTitle
fn clone(&self) -> EditChatTitle
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 Debug for EditChatTitle
impl Debug for EditChatTitle
Source§impl Identifiable for EditChatTitle
impl Identifiable for EditChatTitle
Source§const CONSTRUCTOR_ID: u32 = 0x73783ffd
const CONSTRUCTOR_ID: u32 = 0x73783ffd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditChatTitle
impl PartialEq for EditChatTitle
Source§impl RemoteCall for EditChatTitle
impl RemoteCall for EditChatTitle
Source§impl Serializable for EditChatTitle
impl Serializable for EditChatTitle
impl StructuralPartialEq for EditChatTitle
Auto Trait Implementations§
impl Freeze for EditChatTitle
impl RefUnwindSafe for EditChatTitle
impl Send for EditChatTitle
impl Sync for EditChatTitle
impl Unpin for EditChatTitle
impl UnsafeUnpin for EditChatTitle
impl UnwindSafe for EditChatTitle
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