pub struct UpdateDefaultReactionType {
pub reaction_type: ReactionType,
}
Expand description
The type of default reaction has changed
Fields§
§reaction_type: ReactionType
The new type of the default reaction
Trait Implementations§
Source§impl Clone for UpdateDefaultReactionType
impl Clone for UpdateDefaultReactionType
Source§fn clone(&self) -> UpdateDefaultReactionType
fn clone(&self) -> UpdateDefaultReactionType
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 UpdateDefaultReactionType
impl Debug for UpdateDefaultReactionType
Source§impl<'de> Deserialize<'de> for UpdateDefaultReactionType
impl<'de> Deserialize<'de> for UpdateDefaultReactionType
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
impl StructuralPartialEq for UpdateDefaultReactionType
Auto Trait Implementations§
impl Freeze for UpdateDefaultReactionType
impl RefUnwindSafe for UpdateDefaultReactionType
impl Send for UpdateDefaultReactionType
impl Sync for UpdateDefaultReactionType
impl Unpin for UpdateDefaultReactionType
impl UnwindSafe for UpdateDefaultReactionType
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