pub struct UpdateFeedbackReportStatusRequest {
pub status: Option<UpdateFeedbackReportStatusRequestStatus>,
}Expand description
UpdateFeedbackReportStatusRequest model.
Fields§
§status: Option<UpdateFeedbackReportStatusRequestStatus>Anything other than the exact string resolved — including an absent body — results in
new.
Trait Implementations§
Source§impl Clone for UpdateFeedbackReportStatusRequest
impl Clone for UpdateFeedbackReportStatusRequest
Source§fn clone(&self) -> UpdateFeedbackReportStatusRequest
fn clone(&self) -> UpdateFeedbackReportStatusRequest
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 Default for UpdateFeedbackReportStatusRequest
impl Default for UpdateFeedbackReportStatusRequest
Source§fn default() -> UpdateFeedbackReportStatusRequest
fn default() -> UpdateFeedbackReportStatusRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFeedbackReportStatusRequest
impl<'de> Deserialize<'de> for UpdateFeedbackReportStatusRequest
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
impl StructuralPartialEq for UpdateFeedbackReportStatusRequest
Auto Trait Implementations§
impl Freeze for UpdateFeedbackReportStatusRequest
impl RefUnwindSafe for UpdateFeedbackReportStatusRequest
impl Send for UpdateFeedbackReportStatusRequest
impl Sync for UpdateFeedbackReportStatusRequest
impl Unpin for UpdateFeedbackReportStatusRequest
impl UnsafeUnpin for UpdateFeedbackReportStatusRequest
impl UnwindSafe for UpdateFeedbackReportStatusRequest
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