pub struct UpdateDefaultPaidReactionType {
pub type: PaidReactionType,
}Expand description
The type of default paid reaction has changed
Fields§
§type: PaidReactionTypeThe new type of the default paid reaction
Trait Implementations§
Source§impl Clone for UpdateDefaultPaidReactionType
impl Clone for UpdateDefaultPaidReactionType
Source§fn clone(&self) -> UpdateDefaultPaidReactionType
fn clone(&self) -> UpdateDefaultPaidReactionType
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 UpdateDefaultPaidReactionType
impl<'de> Deserialize<'de> for UpdateDefaultPaidReactionType
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 UpdateDefaultPaidReactionType
impl PartialEq for UpdateDefaultPaidReactionType
Source§fn eq(&self, other: &UpdateDefaultPaidReactionType) -> bool
fn eq(&self, other: &UpdateDefaultPaidReactionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDefaultPaidReactionType
Auto Trait Implementations§
impl Freeze for UpdateDefaultPaidReactionType
impl RefUnwindSafe for UpdateDefaultPaidReactionType
impl Send for UpdateDefaultPaidReactionType
impl Sync for UpdateDefaultPaidReactionType
impl Unpin for UpdateDefaultPaidReactionType
impl UnsafeUnpin for UpdateDefaultPaidReactionType
impl UnwindSafe for UpdateDefaultPaidReactionType
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