pub struct ReportingApiReportUpdated {
pub method: ReportingApiReportUpdatedMethod,
pub params: ReportingApiReportUpdatedParams,
}Fields§
§method: ReportingApiReportUpdatedMethod§params: ReportingApiReportUpdatedParamsImplementations§
Source§impl ReportingApiReportUpdated
impl ReportingApiReportUpdated
pub const IDENTIFIER: &'static str = "Network.reportingApiReportUpdated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ReportingApiReportUpdated
impl Clone for ReportingApiReportUpdated
Source§fn clone(&self) -> ReportingApiReportUpdated
fn clone(&self) -> ReportingApiReportUpdated
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 Debug for ReportingApiReportUpdated
impl Debug for ReportingApiReportUpdated
Source§impl<'de> Deserialize<'de> for ReportingApiReportUpdated
impl<'de> Deserialize<'de> for ReportingApiReportUpdated
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 From<ReportingApiReportUpdated> for BrowserProtocolEvents
impl From<ReportingApiReportUpdated> for BrowserProtocolEvents
Source§fn from(v: ReportingApiReportUpdated) -> Self
fn from(v: ReportingApiReportUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiReportUpdated> for Event
impl From<ReportingApiReportUpdated> for Event
Source§fn from(v: ReportingApiReportUpdated) -> Self
fn from(v: ReportingApiReportUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiReportUpdated> for NetworkEvents
impl From<ReportingApiReportUpdated> for NetworkEvents
Source§fn from(v: ReportingApiReportUpdated) -> Self
fn from(v: ReportingApiReportUpdated) -> Self
Converts to this type from the input type.
Source§impl TryFrom<BrowserProtocolEvents> for ReportingApiReportUpdated
impl TryFrom<BrowserProtocolEvents> for ReportingApiReportUpdated
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <ReportingApiReportUpdated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <ReportingApiReportUpdated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for ReportingApiReportUpdated
impl TryFrom<Event> for ReportingApiReportUpdated
Source§impl TryFrom<NetworkEvents> for ReportingApiReportUpdated
impl TryFrom<NetworkEvents> for ReportingApiReportUpdated
Source§type Error = NetworkEvents
type Error = NetworkEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkEvents,
) -> Result<Self, <ReportingApiReportUpdated as TryFrom<NetworkEvents>>::Error>
fn try_from( e: NetworkEvents, ) -> Result<Self, <ReportingApiReportUpdated as TryFrom<NetworkEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for ReportingApiReportUpdated
Auto Trait Implementations§
impl Freeze for ReportingApiReportUpdated
impl RefUnwindSafe for ReportingApiReportUpdated
impl Send for ReportingApiReportUpdated
impl Sync for ReportingApiReportUpdated
impl Unpin for ReportingApiReportUpdated
impl UnsafeUnpin for ReportingApiReportUpdated
impl UnwindSafe for ReportingApiReportUpdated
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