pub struct SetChatTitlePayload {
pub chat_id: String,
pub title: String,
}
Fields§
§chat_id: String
§title: String
Trait Implementations§
Source§impl Clone for SetChatTitlePayload
impl Clone for SetChatTitlePayload
Source§fn clone(&self) -> SetChatTitlePayload
fn clone(&self) -> SetChatTitlePayload
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 SetChatTitlePayload
impl Debug for SetChatTitlePayload
Source§impl Default for SetChatTitlePayload
impl Default for SetChatTitlePayload
Source§fn default() -> SetChatTitlePayload
fn default() -> SetChatTitlePayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetChatTitlePayload
impl<'de> Deserialize<'de> for SetChatTitlePayload
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
Auto Trait Implementations§
impl Freeze for SetChatTitlePayload
impl RefUnwindSafe for SetChatTitlePayload
impl Send for SetChatTitlePayload
impl Sync for SetChatTitlePayload
impl Unpin for SetChatTitlePayload
impl UnwindSafe for SetChatTitlePayload
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