pub struct Creatives {
pub content: Vec<Creative>,
}
Fields§
§content: Vec<Creative>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Creatives
impl<'de> Deserialize<'de> for Creatives
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 Creatives
impl RefUnwindSafe for Creatives
impl Send for Creatives
impl Sync for Creatives
impl Unpin for Creatives
impl UnwindSafe for Creatives
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