pub struct ApplicationMessageReport {
    pub appl_report_id: Str,
    pub appl_report_type: ApplReportType,
    pub appl_id_report_grp: Option<Vec<ApplIdReportGrp>>,
    pub text: Option<Str>,
    pub encoded_text: Option<Data>,
    pub appl_req_id: Option<Str>,
}Fields
appl_report_id: Strappl_report_type: ApplReportTypeappl_id_report_grp: Option<Vec<ApplIdReportGrp>>text: Option<Str>encoded_text: Option<Data>appl_req_id: Option<Str>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApplicationMessageReport
impl Send for ApplicationMessageReport
impl Sync for ApplicationMessageReport
impl Unpin for ApplicationMessageReport
impl UnwindSafe for ApplicationMessageReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more