pub struct Regs {
pub coppa: Option<bool>,
pub ext: Option<Map<String, Value>>,
}
Expand description
3.2.3 Object: Regs
This object contains any legal, governmental, or industry regulations that apply to the request. The coppa flag signals whether or not the request falls under the United States Federal Trade Commission’s regulations for the United States Children’s Online Privacy Protection Act (“COPPA”).
Fields§
§coppa: Option<bool>
integer Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes. Refer to Section 7.5 for more information.
ext: Option<Map<String, Value>>
object Placeholder for exchange-specific extensions to OpenRTB.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Regs
impl<'de> Deserialize<'de> for Regs
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 StructuralPartialEq for Regs
Auto Trait Implementations§
impl Freeze for Regs
impl RefUnwindSafe for Regs
impl Send for Regs
impl Sync for Regs
impl Unpin for Regs
impl UnwindSafe for Regs
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