pub struct AdVerifications<'a> {
pub verifications: Vec<Verification<'a>>,
}Expand description
The AdVerification element is used to initiate a controlled container where code can be executed for collecting data to verify ad playback details.
<xs:complexType name="AdVerifications" >
<xs:sequence>
<xs:element name="Verification" minOccurs="0" maxOccurs="unbounded" type="vast:Verification_type" />
</xs:sequence>
</xs:complexType>Fields§
§verifications: Vec<Verification<'a>>The container for zero or more <Verification> elements.
Trait Implementations§
Source§impl<'a> Clone for AdVerifications<'a>
impl<'a> Clone for AdVerifications<'a>
Source§fn clone(&self) -> AdVerifications<'a>
fn clone(&self) -> AdVerifications<'a>
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<'a> Debug for AdVerifications<'a>
impl<'a> Debug for AdVerifications<'a>
Source§impl<'a> Default for AdVerifications<'a>
impl<'a> Default for AdVerifications<'a>
Source§fn default() -> AdVerifications<'a>
fn default() -> AdVerifications<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> PartialEq for AdVerifications<'a>
impl<'a> PartialEq for AdVerifications<'a>
Source§impl<'__input: 'a, 'a> XmlRead<'__input> for AdVerifications<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for AdVerifications<'a>
Source§impl<'a> XmlWrite for AdVerifications<'a>
impl<'a> XmlWrite for AdVerifications<'a>
impl<'a> StructuralPartialEq for AdVerifications<'a>
Auto Trait Implementations§
impl<'a> Freeze for AdVerifications<'a>
impl<'a> RefUnwindSafe for AdVerifications<'a>
impl<'a> Send for AdVerifications<'a>
impl<'a> Sync for AdVerifications<'a>
impl<'a> Unpin for AdVerifications<'a>
impl<'a> UnwindSafe for AdVerifications<'a>
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