Struct rive_models::payload::EditReportPayload
source · pub struct EditReportPayload {
pub status: Option<ReportStatus>,
pub notes: Option<String>,
}Expand description
Edit report data
Fields§
§status: Option<ReportStatus>New report status
notes: Option<String>Report notes
Trait Implementations§
source§impl Clone for EditReportPayload
impl Clone for EditReportPayload
source§fn clone(&self) -> EditReportPayload
fn clone(&self) -> EditReportPayload
Returns a copy 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 more