Struct rive_models::payload::ReportContentPayload
source · pub struct ReportContentPayload {
pub content: ReportedContent,
pub additional_context: Option<String>,
}Expand description
Report data
Fields§
§content: ReportedContentContent being reported
additional_context: Option<String>Additional report description
Trait Implementations§
source§impl Clone for ReportContentPayload
impl Clone for ReportContentPayload
source§fn clone(&self) -> ReportContentPayload
fn clone(&self) -> ReportContentPayload
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