pub struct Feedback { /* private fields */ }Expand description
Submits feedback for a completed request or session.
Implementations§
Source§impl Feedback
impl Feedback
Sourcepub async fn submit(
&self,
params: FeedbackSubmitParams,
req: impl Into<Option<RequestOptions>>,
) -> Result<FeedbackSubmitResponse>
pub async fn submit( &self, params: FeedbackSubmitParams, req: impl Into<Option<RequestOptions>>, ) -> Result<FeedbackSubmitResponse>
Auto Trait Implementations§
impl Freeze for Feedback
impl !RefUnwindSafe for Feedback
impl Send for Feedback
impl Sync for Feedback
impl Unpin for Feedback
impl UnsafeUnpin for Feedback
impl !UnwindSafe for Feedback
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