pub struct CookieIssueInsightBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CookieIssueInsightBuilder<'a>
impl<'a> CookieIssueInsightBuilder<'a>
Sourcepub fn tableEntryUrl(self, tableEntryUrl: impl Into<Cow<'a, str>>) -> Self
pub fn tableEntryUrl(self, tableEntryUrl: impl Into<Cow<'a, str>>) -> Self
Link to table entry in third-party cookie migration readiness list.
pub fn build(self) -> CookieIssueInsight<'a>
Auto Trait Implementations§
impl<'a> Freeze for CookieIssueInsightBuilder<'a>
impl<'a> RefUnwindSafe for CookieIssueInsightBuilder<'a>
impl<'a> Send for CookieIssueInsightBuilder<'a>
impl<'a> Sync for CookieIssueInsightBuilder<'a>
impl<'a> Unpin for CookieIssueInsightBuilder<'a>
impl<'a> UnsafeUnpin for CookieIssueInsightBuilder<'a>
impl<'a> UnwindSafe for CookieIssueInsightBuilder<'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