[][src]Trait reporting_api::ReportBody

pub trait ReportBody: Serialize + Deserialize { }

Each kind of report that can be delivered via the Reporting API will have its own type, which implements this trait.

Trait Implementations

impl<'typetag> Serialize for dyn ReportBody + 'typetag[src]

impl<'typetag> Serialize for dyn ReportBody + Send + 'typetag[src]

impl<'typetag> Serialize for dyn ReportBody + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn ReportBody + Send + Sync + 'typetag[src]

impl Strictest for dyn ReportBody[src]

type Object = dyn ReportBody

Implementors

impl ReportBody for NELReport[src]

Loading content...