pub struct UpdateForumTopicInfo {
pub chat_id: i64,
pub info: ForumTopicInfo,
}
Expand description
Basic information about a topic in a forum chat was changed
Fields§
§chat_id: i64
Chat identifier
info: ForumTopicInfo
New information about the topic
Trait Implementations§
Source§impl Clone for UpdateForumTopicInfo
impl Clone for UpdateForumTopicInfo
Source§fn clone(&self) -> UpdateForumTopicInfo
fn clone(&self) -> UpdateForumTopicInfo
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 UpdateForumTopicInfo
impl Debug for UpdateForumTopicInfo
Source§impl<'de> Deserialize<'de> for UpdateForumTopicInfo
impl<'de> Deserialize<'de> for UpdateForumTopicInfo
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 PartialEq for UpdateForumTopicInfo
impl PartialEq for UpdateForumTopicInfo
Source§impl Serialize for UpdateForumTopicInfo
impl Serialize for UpdateForumTopicInfo
impl StructuralPartialEq for UpdateForumTopicInfo
Auto Trait Implementations§
impl Freeze for UpdateForumTopicInfo
impl RefUnwindSafe for UpdateForumTopicInfo
impl Send for UpdateForumTopicInfo
impl Sync for UpdateForumTopicInfo
impl Unpin for UpdateForumTopicInfo
impl UnwindSafe for UpdateForumTopicInfo
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