pub struct RunFeedbackList {
pub feedbacks: Vec<RunFeedbackListFeedback>,
}Expand description
GET …/feedback without message_id: every reaction the caller stored on the run (measured
2026-09-10: {"feedbacks":\[\]} on a run with none).
Fields§
§feedbacks: Vec<RunFeedbackListFeedback>Trait Implementations§
Source§impl Clone for RunFeedbackList
impl Clone for RunFeedbackList
Source§fn clone(&self) -> RunFeedbackList
fn clone(&self) -> RunFeedbackList
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 RunFeedbackList
impl Debug for RunFeedbackList
Source§impl Default for RunFeedbackList
impl Default for RunFeedbackList
Source§fn default() -> RunFeedbackList
fn default() -> RunFeedbackList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunFeedbackList
impl<'de> Deserialize<'de> for RunFeedbackList
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 RunFeedbackList
impl PartialEq for RunFeedbackList
Source§impl Serialize for RunFeedbackList
impl Serialize for RunFeedbackList
impl StructuralPartialEq for RunFeedbackList
Auto Trait Implementations§
impl Freeze for RunFeedbackList
impl RefUnwindSafe for RunFeedbackList
impl Send for RunFeedbackList
impl Sync for RunFeedbackList
impl Unpin for RunFeedbackList
impl UnsafeUnpin for RunFeedbackList
impl UnwindSafe for RunFeedbackList
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