pub struct ChatEventIsForumToggled {
pub is_forum: bool,
}Expand description
The is_forum setting of a channel was toggled
Fields§
§is_forum: boolNew value of is_forum
Trait Implementations§
Source§impl Clone for ChatEventIsForumToggled
impl Clone for ChatEventIsForumToggled
Source§fn clone(&self) -> ChatEventIsForumToggled
fn clone(&self) -> ChatEventIsForumToggled
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 ChatEventIsForumToggled
impl Debug for ChatEventIsForumToggled
Source§impl Default for ChatEventIsForumToggled
impl Default for ChatEventIsForumToggled
Source§fn default() -> ChatEventIsForumToggled
fn default() -> ChatEventIsForumToggled
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatEventIsForumToggled
impl<'de> Deserialize<'de> for ChatEventIsForumToggled
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 ChatEventIsForumToggled
impl PartialEq for ChatEventIsForumToggled
Source§impl Serialize for ChatEventIsForumToggled
impl Serialize for ChatEventIsForumToggled
impl StructuralPartialEq for ChatEventIsForumToggled
Auto Trait Implementations§
impl Freeze for ChatEventIsForumToggled
impl RefUnwindSafe for ChatEventIsForumToggled
impl Send for ChatEventIsForumToggled
impl Sync for ChatEventIsForumToggled
impl Unpin for ChatEventIsForumToggled
impl UnwindSafe for ChatEventIsForumToggled
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