#[repr(i32)]pub enum ExpandableDirection {
Left = 1,
Right = 2,
Up = 3,
Down = 4,
FullScreen = 5,
}Expand description
5.5 Expandable Direction
The following table lists the directions in which an expandable ad may expand, given the positioning of the ad unit on the page and constraints imposed by the content.
Variants§
Trait Implementations§
Source§impl Clone for ExpandableDirection
impl Clone for ExpandableDirection
Source§fn clone(&self) -> ExpandableDirection
fn clone(&self) -> ExpandableDirection
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 ExpandableDirection
impl Debug for ExpandableDirection
Source§impl<'de> Deserialize<'de> for ExpandableDirection
impl<'de> Deserialize<'de> for ExpandableDirection
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 ExpandableDirection
impl PartialEq for ExpandableDirection
Source§impl Serialize for ExpandableDirection
impl Serialize for ExpandableDirection
impl Copy for ExpandableDirection
impl Eq for ExpandableDirection
impl StructuralPartialEq for ExpandableDirection
Auto Trait Implementations§
impl Freeze for ExpandableDirection
impl RefUnwindSafe for ExpandableDirection
impl Send for ExpandableDirection
impl Sync for ExpandableDirection
impl Unpin for ExpandableDirection
impl UnwindSafe for ExpandableDirection
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