pub struct ReportingApiEndpointsChangedForOriginEventParams {
pub origin: String,
pub endpoints: Vec<ReportingApiEndpoint>,
}Fields§
§origin: String§endpoints: Vec<ReportingApiEndpoint>Trait Implementations§
Source§impl Clone for ReportingApiEndpointsChangedForOriginEventParams
impl Clone for ReportingApiEndpointsChangedForOriginEventParams
Source§fn clone(&self) -> ReportingApiEndpointsChangedForOriginEventParams
fn clone(&self) -> ReportingApiEndpointsChangedForOriginEventParams
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 ReportingApiEndpointsChangedForOriginEventParams
impl<'de> Deserialize<'de> for ReportingApiEndpointsChangedForOriginEventParams
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 ReportingApiEndpointsChangedForOriginEventParams
impl PartialEq for ReportingApiEndpointsChangedForOriginEventParams
Source§fn eq(&self, other: &ReportingApiEndpointsChangedForOriginEventParams) -> bool
fn eq(&self, other: &ReportingApiEndpointsChangedForOriginEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportingApiEndpointsChangedForOriginEventParams
Auto Trait Implementations§
impl Freeze for ReportingApiEndpointsChangedForOriginEventParams
impl RefUnwindSafe for ReportingApiEndpointsChangedForOriginEventParams
impl Send for ReportingApiEndpointsChangedForOriginEventParams
impl Sync for ReportingApiEndpointsChangedForOriginEventParams
impl Unpin for ReportingApiEndpointsChangedForOriginEventParams
impl UnwindSafe for ReportingApiEndpointsChangedForOriginEventParams
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