pub struct ReportingApiEndpointsChangedForOrigin {
pub method: ReportingApiEndpointsChangedForOriginMethod,
pub params: ReportingApiEndpointsChangedForOriginParams,
}Fields§
§method: ReportingApiEndpointsChangedForOriginMethod§params: ReportingApiEndpointsChangedForOriginParamsImplementations§
Source§impl ReportingApiEndpointsChangedForOrigin
impl ReportingApiEndpointsChangedForOrigin
pub const IDENTIFIER: &'static str = "Network.reportingApiEndpointsChangedForOrigin"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ReportingApiEndpointsChangedForOrigin
impl Clone for ReportingApiEndpointsChangedForOrigin
Source§fn clone(&self) -> ReportingApiEndpointsChangedForOrigin
fn clone(&self) -> ReportingApiEndpointsChangedForOrigin
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 ReportingApiEndpointsChangedForOrigin
impl<'de> Deserialize<'de> for ReportingApiEndpointsChangedForOrigin
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<ReportingApiEndpointsChangedForOrigin> for BrowserProtocolEvents
impl From<ReportingApiEndpointsChangedForOrigin> for BrowserProtocolEvents
Source§fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiEndpointsChangedForOrigin> for Event
impl From<ReportingApiEndpointsChangedForOrigin> for Event
Source§fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
Converts to this type from the input type.
Source§impl From<ReportingApiEndpointsChangedForOrigin> for NetworkEvents
impl From<ReportingApiEndpointsChangedForOrigin> for NetworkEvents
Source§fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
fn from(v: ReportingApiEndpointsChangedForOrigin) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReportingApiEndpointsChangedForOrigin
impl PartialEq for ReportingApiEndpointsChangedForOrigin
Source§fn eq(&self, other: &ReportingApiEndpointsChangedForOrigin) -> bool
fn eq(&self, other: &ReportingApiEndpointsChangedForOrigin) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for ReportingApiEndpointsChangedForOrigin
impl TryFrom<BrowserProtocolEvents> for ReportingApiEndpointsChangedForOrigin
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, <ReportingApiEndpointsChangedForOrigin as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <ReportingApiEndpointsChangedForOrigin as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkEvents> for ReportingApiEndpointsChangedForOrigin
impl TryFrom<NetworkEvents> for ReportingApiEndpointsChangedForOrigin
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, <ReportingApiEndpointsChangedForOrigin as TryFrom<NetworkEvents>>::Error>
fn try_from( e: NetworkEvents, ) -> Result<Self, <ReportingApiEndpointsChangedForOrigin as TryFrom<NetworkEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for ReportingApiEndpointsChangedForOrigin
Auto Trait Implementations§
impl Freeze for ReportingApiEndpointsChangedForOrigin
impl RefUnwindSafe for ReportingApiEndpointsChangedForOrigin
impl Send for ReportingApiEndpointsChangedForOrigin
impl Sync for ReportingApiEndpointsChangedForOrigin
impl Unpin for ReportingApiEndpointsChangedForOrigin
impl UnsafeUnpin for ReportingApiEndpointsChangedForOrigin
impl UnwindSafe for ReportingApiEndpointsChangedForOrigin
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