pub struct ReportingApiReportAddedParams {
pub report: ReportingApiReport,
}Expand description
Is sent whenever a new report is added. And after ‘enableReportingApi’ for all existing reports. reportingApiReportAdded
Fields§
§report: ReportingApiReportTrait Implementations§
Source§impl Clone for ReportingApiReportAddedParams
impl Clone for ReportingApiReportAddedParams
Source§fn clone(&self) -> ReportingApiReportAddedParams
fn clone(&self) -> ReportingApiReportAddedParams
Returns a duplicate 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<'de> Deserialize<'de> for ReportingApiReportAddedParams
impl<'de> Deserialize<'de> for ReportingApiReportAddedParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReportingApiReportAddedParams
impl PartialEq for ReportingApiReportAddedParams
Source§fn eq(&self, other: &ReportingApiReportAddedParams) -> bool
fn eq(&self, other: &ReportingApiReportAddedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportingApiReportAddedParams
Auto Trait Implementations§
impl Freeze for ReportingApiReportAddedParams
impl RefUnwindSafe for ReportingApiReportAddedParams
impl Send for ReportingApiReportAddedParams
impl Sync for ReportingApiReportAddedParams
impl Unpin for ReportingApiReportAddedParams
impl UnsafeUnpin for ReportingApiReportAddedParams
impl UnwindSafe for ReportingApiReportAddedParams
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