pub struct FeedbackHistoryResponse {
pub memory_id: String,
pub entries: Vec<FeedbackHistoryEntry>,
}Expand description
Response from GET /v1/memories/{id}/feedback
Fields§
§memory_id: String§entries: Vec<FeedbackHistoryEntry>Trait Implementations§
Source§impl Debug for FeedbackHistoryResponse
impl Debug for FeedbackHistoryResponse
Auto Trait Implementations§
impl Freeze for FeedbackHistoryResponse
impl RefUnwindSafe for FeedbackHistoryResponse
impl Send for FeedbackHistoryResponse
impl Sync for FeedbackHistoryResponse
impl Unpin for FeedbackHistoryResponse
impl UnsafeUnpin for FeedbackHistoryResponse
impl UnwindSafe for FeedbackHistoryResponse
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