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