pub struct DeleteFeedbackResponse {
pub optional: HashMap<String, Value>,
}
Expand description
This method does not return data.
Fields§
§optional: HashMap<String, Value>
The fields of the deleteFeedback response are unknown.
Trait Implementations§
Source§impl Clone for DeleteFeedbackResponse
impl Clone for DeleteFeedbackResponse
Source§fn clone(&self) -> DeleteFeedbackResponse
fn clone(&self) -> DeleteFeedbackResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 DeleteFeedbackResponse
impl Debug for DeleteFeedbackResponse
Source§impl<'de> Deserialize<'de> for DeleteFeedbackResponse
impl<'de> Deserialize<'de> for DeleteFeedbackResponse
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
Auto Trait Implementations§
impl Freeze for DeleteFeedbackResponse
impl RefUnwindSafe for DeleteFeedbackResponse
impl Send for DeleteFeedbackResponse
impl Sync for DeleteFeedbackResponse
impl Unpin for DeleteFeedbackResponse
impl UnwindSafe for DeleteFeedbackResponse
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