pub struct CreativeExtensions {
pub creative_extensions: Vec<CreativeExtension>,
}Expand description
This extension can be used to load an executable creative with or without using the
<MediaFile>.
<xs:complexType name="CreativeExtensions">
<xs:sequence>
<xs:element name="CreativeExtension" minOccurs="0" maxOccurs="unbounded">
</xs:sequence>
</xs:complexType>Fields§
§creative_extensions: Vec<CreativeExtension>The container for zero or more <CreativeExtension> elements.
Trait Implementations§
Source§impl Clone for CreativeExtensions
impl Clone for CreativeExtensions
Source§fn clone(&self) -> CreativeExtensions
fn clone(&self) -> CreativeExtensions
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 CreativeExtensions
impl Debug for CreativeExtensions
Source§impl Default for CreativeExtensions
impl Default for CreativeExtensions
Source§fn default() -> CreativeExtensions
fn default() -> CreativeExtensions
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreativeExtensions
impl PartialEq for CreativeExtensions
Source§impl<'__input> XmlRead<'__input> for CreativeExtensions
impl<'__input> XmlRead<'__input> for CreativeExtensions
Source§impl XmlWrite for CreativeExtensions
impl XmlWrite for CreativeExtensions
impl StructuralPartialEq for CreativeExtensions
Auto Trait Implementations§
impl Freeze for CreativeExtensions
impl RefUnwindSafe for CreativeExtensions
impl Send for CreativeExtensions
impl Sync for CreativeExtensions
impl Unpin for CreativeExtensions
impl UnwindSafe for CreativeExtensions
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