pub struct ChatEventForumTopicToggleIsClosed {
pub topic_info: ForumTopicInfo,
}
Expand description
A forum topic was closed or reopened
Fields§
§topic_info: ForumTopicInfo
New information about the topic
Trait Implementations§
Source§impl Clone for ChatEventForumTopicToggleIsClosed
impl Clone for ChatEventForumTopicToggleIsClosed
Source§fn clone(&self) -> ChatEventForumTopicToggleIsClosed
fn clone(&self) -> ChatEventForumTopicToggleIsClosed
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<'de> Deserialize<'de> for ChatEventForumTopicToggleIsClosed
impl<'de> Deserialize<'de> for ChatEventForumTopicToggleIsClosed
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 ChatEventForumTopicToggleIsClosed
impl PartialEq for ChatEventForumTopicToggleIsClosed
Source§fn eq(&self, other: &ChatEventForumTopicToggleIsClosed) -> bool
fn eq(&self, other: &ChatEventForumTopicToggleIsClosed) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ChatEventForumTopicToggleIsClosed
Auto Trait Implementations§
impl Freeze for ChatEventForumTopicToggleIsClosed
impl RefUnwindSafe for ChatEventForumTopicToggleIsClosed
impl Send for ChatEventForumTopicToggleIsClosed
impl Sync for ChatEventForumTopicToggleIsClosed
impl Unpin for ChatEventForumTopicToggleIsClosed
impl UnwindSafe for ChatEventForumTopicToggleIsClosed
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