pub struct Adloox {
pub excluded_adloox_categories: Option<Vec<String>>,
}Expand description
Details of Scope3 (previously known as Adloox) brand safety settings.
This type is not used in any activity, and only used as part of another schema.
Fields§
§excluded_adloox_categories: Option<Vec<String>>Scope3 categories to exclude.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Adloox
impl<'de> Deserialize<'de> for Adloox
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
impl Part for Adloox
Auto Trait Implementations§
impl Freeze for Adloox
impl RefUnwindSafe for Adloox
impl Send for Adloox
impl Sync for Adloox
impl Unpin for Adloox
impl UnwindSafe for Adloox
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