pub struct CookieIssueInsight {
pub type_: InsightType,
pub tableEntryUrl: Option<String>,
}Expand description
Information about the suggested solution to a cookie issue.
Fields§
§type_: InsightType§tableEntryUrl: Option<String>Link to table entry in third-party cookie migration readiness list.
Trait Implementations§
Source§impl Clone for CookieIssueInsight
impl Clone for CookieIssueInsight
Source§fn clone(&self) -> CookieIssueInsight
fn clone(&self) -> CookieIssueInsight
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 CookieIssueInsight
impl Debug for CookieIssueInsight
Source§impl Default for CookieIssueInsight
impl Default for CookieIssueInsight
Source§fn default() -> CookieIssueInsight
fn default() -> CookieIssueInsight
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CookieIssueInsight
impl<'de> Deserialize<'de> for CookieIssueInsight
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
Auto Trait Implementations§
impl Freeze for CookieIssueInsight
impl RefUnwindSafe for CookieIssueInsight
impl Send for CookieIssueInsight
impl Sync for CookieIssueInsight
impl Unpin for CookieIssueInsight
impl UnsafeUnpin for CookieIssueInsight
impl UnwindSafe for CookieIssueInsight
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