pub struct RunFeedbackSet {
pub reaction: RunFeedbackListFeedbackReaction,
pub message_id: String,
}Expand description
PUT …/feedback: the stored reaction, echoed (runs.ts putRunFeedback, sessions.ts putSessionFeedback — the same literal).
Fields§
§reaction: RunFeedbackListFeedbackReaction§message_id: StringTrait Implementations§
Source§impl Clone for RunFeedbackSet
impl Clone for RunFeedbackSet
Source§fn clone(&self) -> RunFeedbackSet
fn clone(&self) -> RunFeedbackSet
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 RunFeedbackSet
impl Debug for RunFeedbackSet
Source§impl Default for RunFeedbackSet
impl Default for RunFeedbackSet
Source§fn default() -> RunFeedbackSet
fn default() -> RunFeedbackSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunFeedbackSet
impl<'de> Deserialize<'de> for RunFeedbackSet
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 RunFeedbackSet
impl PartialEq for RunFeedbackSet
Source§impl Serialize for RunFeedbackSet
impl Serialize for RunFeedbackSet
impl StructuralPartialEq for RunFeedbackSet
Auto Trait Implementations§
impl Freeze for RunFeedbackSet
impl RefUnwindSafe for RunFeedbackSet
impl Send for RunFeedbackSet
impl Sync for RunFeedbackSet
impl Unpin for RunFeedbackSet
impl UnsafeUnpin for RunFeedbackSet
impl UnwindSafe for RunFeedbackSet
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