pub struct AdScriptAncestry {
pub ancestry_chain: Vec<AdScriptId>,
pub root_script_filterlist_rule: Option<String>,
}Fields§
§ancestry_chain: Vec<AdScriptId>§root_script_filterlist_rule: Option<String>Trait Implementations§
Source§impl Clone for AdScriptAncestry
impl Clone for AdScriptAncestry
Source§fn clone(&self) -> AdScriptAncestry
fn clone(&self) -> AdScriptAncestry
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 AdScriptAncestry
impl Debug for AdScriptAncestry
Source§impl<'de> Deserialize<'de> for AdScriptAncestry
impl<'de> Deserialize<'de> for AdScriptAncestry
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
Source§impl PartialEq for AdScriptAncestry
impl PartialEq for AdScriptAncestry
Source§impl Serialize for AdScriptAncestry
impl Serialize for AdScriptAncestry
impl StructuralPartialEq for AdScriptAncestry
Auto Trait Implementations§
impl Freeze for AdScriptAncestry
impl RefUnwindSafe for AdScriptAncestry
impl Send for AdScriptAncestry
impl Sync for AdScriptAncestry
impl Unpin for AdScriptAncestry
impl UnwindSafe for AdScriptAncestry
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