pub struct GetAdScriptAncestryReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> GetAdScriptAncestryReturnsBuilder<'a>
Sourcepub fn adScriptAncestry(self, adScriptAncestry: AdAncestry<'a>) -> Self
pub fn adScriptAncestry(self, adScriptAncestry: AdAncestry<'a>) -> Self
The ancestry chain of ad script identifiers leading to this frame’s creation, along with the root script’s filterlist rule. The ancestry chain is ordered from the most immediate script (in the frame creation stack) to more distant ancestors (that created the immediately preceding script). Only sent if frame is labelled as an ad and ids are available.
pub fn build(self) -> GetAdScriptAncestryReturns<'a>
Trait Implementations§
Source§impl<'a> Default for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> Default for GetAdScriptAncestryReturnsBuilder<'a>
Source§fn default() -> GetAdScriptAncestryReturnsBuilder<'a>
fn default() -> GetAdScriptAncestryReturnsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> RefUnwindSafe for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> Send for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> Sync for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> Unpin for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> UnsafeUnpin for GetAdScriptAncestryReturnsBuilder<'a>
impl<'a> UnwindSafe for GetAdScriptAncestryReturnsBuilder<'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