pub struct RunFeedbackOne {
pub reaction: Option<String>,
}Expand description
GET …/feedback with message_id: that one reaction, null when the caller has not reacted.
Fields§
§reaction: Option<String>Trait Implementations§
Source§impl Clone for RunFeedbackOne
impl Clone for RunFeedbackOne
Source§fn clone(&self) -> RunFeedbackOne
fn clone(&self) -> RunFeedbackOne
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RunFeedbackOne
impl Debug for RunFeedbackOne
Source§impl Default for RunFeedbackOne
impl Default for RunFeedbackOne
Source§fn default() -> RunFeedbackOne
fn default() -> RunFeedbackOne
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunFeedbackOne
impl<'de> Deserialize<'de> for RunFeedbackOne
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 RunFeedbackOne
impl PartialEq for RunFeedbackOne
Source§impl Serialize for RunFeedbackOne
impl Serialize for RunFeedbackOne
impl StructuralPartialEq for RunFeedbackOne
Auto Trait Implementations§
impl Freeze for RunFeedbackOne
impl RefUnwindSafe for RunFeedbackOne
impl Send for RunFeedbackOne
impl Sync for RunFeedbackOne
impl Unpin for RunFeedbackOne
impl UnsafeUnpin for RunFeedbackOne
impl UnwindSafe for RunFeedbackOne
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