pub struct MessageForumTopicCreated {
pub name: String,
pub icon: ForumTopicIcon,
}
Expand description
A forum topic has been created
Fields§
§name: String
Name of the topic
icon: ForumTopicIcon
Icon of the topic
Trait Implementations§
Source§impl Clone for MessageForumTopicCreated
impl Clone for MessageForumTopicCreated
Source§fn clone(&self) -> MessageForumTopicCreated
fn clone(&self) -> MessageForumTopicCreated
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 MessageForumTopicCreated
impl Debug for MessageForumTopicCreated
Source§impl Default for MessageForumTopicCreated
impl Default for MessageForumTopicCreated
Source§fn default() -> MessageForumTopicCreated
fn default() -> MessageForumTopicCreated
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageForumTopicCreated
impl<'de> Deserialize<'de> for MessageForumTopicCreated
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 MessageForumTopicCreated
impl PartialEq for MessageForumTopicCreated
Source§impl Serialize for MessageForumTopicCreated
impl Serialize for MessageForumTopicCreated
impl StructuralPartialEq for MessageForumTopicCreated
Auto Trait Implementations§
impl Freeze for MessageForumTopicCreated
impl RefUnwindSafe for MessageForumTopicCreated
impl Send for MessageForumTopicCreated
impl Sync for MessageForumTopicCreated
impl Unpin for MessageForumTopicCreated
impl UnwindSafe for MessageForumTopicCreated
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