pub struct GetAdScriptAncestryReturns {
pub adScriptAncestry: Option<AdAncestry>,
}Fields§
§adScriptAncestry: Option<AdAncestry>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.
Trait Implementations§
Source§impl Clone for GetAdScriptAncestryReturns
impl Clone for GetAdScriptAncestryReturns
Source§fn clone(&self) -> GetAdScriptAncestryReturns
fn clone(&self) -> GetAdScriptAncestryReturns
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 GetAdScriptAncestryReturns
impl Debug for GetAdScriptAncestryReturns
Source§impl Default for GetAdScriptAncestryReturns
impl Default for GetAdScriptAncestryReturns
Source§fn default() -> GetAdScriptAncestryReturns
fn default() -> GetAdScriptAncestryReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAdScriptAncestryReturns
impl<'de> Deserialize<'de> for GetAdScriptAncestryReturns
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 GetAdScriptAncestryReturns
impl RefUnwindSafe for GetAdScriptAncestryReturns
impl Send for GetAdScriptAncestryReturns
impl Sync for GetAdScriptAncestryReturns
impl Unpin for GetAdScriptAncestryReturns
impl UnsafeUnpin for GetAdScriptAncestryReturns
impl UnwindSafe for GetAdScriptAncestryReturns
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