#[repr(i32)]pub enum ApiFramework {
Vpaid1 = 1,
Vpaid2 = 2,
Mraid1 = 3,
Ormma = 4,
Mraid2 = 5,
Mraid3 = 6,
}
Expand description
5.6 API Frameworks
The following table is a list of API frameworks supported by the publisher.
Variants§
Vpaid1 = 1
VPAID 1.0
Vpaid2 = 2
VPAID 2.0
Mraid1 = 3
MRAID-1
Ormma = 4
ORMMA
Mraid2 = 5
MRAID-2
Mraid3 = 6
MRAID-3
Trait Implementations§
Source§impl Clone for ApiFramework
impl Clone for ApiFramework
Source§fn clone(&self) -> ApiFramework
fn clone(&self) -> ApiFramework
Returns a copy 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 ApiFramework
impl Debug for ApiFramework
Source§impl<'de> Deserialize<'de> for ApiFramework
impl<'de> Deserialize<'de> for ApiFramework
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
Source§impl PartialEq for ApiFramework
impl PartialEq for ApiFramework
Source§impl Serialize for ApiFramework
impl Serialize for ApiFramework
impl Copy for ApiFramework
impl Eq for ApiFramework
impl StructuralPartialEq for ApiFramework
Auto Trait Implementations§
impl Freeze for ApiFramework
impl RefUnwindSafe for ApiFramework
impl Send for ApiFramework
impl Sync for ApiFramework
impl Unpin for ApiFramework
impl UnwindSafe for ApiFramework
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