pub struct InLine {
pub ad_system: AdSystem,
pub error: Option<Error>,
pub impression: Impression,
pub description: Option<String>,
pub advertiser: Option<String>,
pub pricing: Option<Pricing>,
pub ad_title: AdTitle,
pub creatives: Creatives,
}
Fields§
§ad_system: AdSystem
§error: Option<Error>
§impression: Impression
§description: Option<String>
§advertiser: Option<String>
§pricing: Option<Pricing>
§ad_title: AdTitle
§creatives: Creatives
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InLine
impl<'de> Deserialize<'de> for InLine
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 InLine
impl RefUnwindSafe for InLine
impl Send for InLine
impl Sync for InLine
impl Unpin for InLine
impl UnwindSafe for InLine
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