pub struct CookieIssueInsight<'a> { /* private fields */ }Expand description
Information about the suggested solution to a cookie issue.
Implementations§
Source§impl<'a> CookieIssueInsight<'a>
impl<'a> CookieIssueInsight<'a>
pub fn builder(type_: InsightType) -> CookieIssueInsightBuilder<'a>
pub fn type_(&self) -> &InsightType
pub fn tableEntryUrl(&self) -> Option<&str>
Trait Implementations§
Source§impl<'a> Clone for CookieIssueInsight<'a>
impl<'a> Clone for CookieIssueInsight<'a>
Source§fn clone(&self) -> CookieIssueInsight<'a>
fn clone(&self) -> CookieIssueInsight<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for CookieIssueInsight<'a>
impl<'a> Debug for CookieIssueInsight<'a>
Source§impl<'a> Default for CookieIssueInsight<'a>
impl<'a> Default for CookieIssueInsight<'a>
Source§fn default() -> CookieIssueInsight<'a>
fn default() -> CookieIssueInsight<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for CookieIssueInsight<'a>
impl<'de, 'a> Deserialize<'de> for CookieIssueInsight<'a>
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<'a> Freeze for CookieIssueInsight<'a>
impl<'a> RefUnwindSafe for CookieIssueInsight<'a>
impl<'a> Send for CookieIssueInsight<'a>
impl<'a> Sync for CookieIssueInsight<'a>
impl<'a> Unpin for CookieIssueInsight<'a>
impl<'a> UnsafeUnpin for CookieIssueInsight<'a>
impl<'a> UnwindSafe for CookieIssueInsight<'a>
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