Struct rive_models::data::ReportContentData
source · pub struct ReportContentData {
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 ReportContentData
impl Clone for ReportContentData
source§fn clone(&self) -> ReportContentData
fn clone(&self) -> ReportContentData
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 moresource§impl Debug for ReportContentData
impl Debug for ReportContentData
Auto Trait Implementations§
impl RefUnwindSafe for ReportContentData
impl Send for ReportContentData
impl Sync for ReportContentData
impl Unpin for ReportContentData
impl UnwindSafe for ReportContentData
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