#[repr(transparent)]pub struct TargetedContentInteraction(pub i32);
Expand description
Required features: "Services_TargetedContent"
Tuple Fields
0: i32
Implementations
impl TargetedContentInteraction
impl TargetedContentInteraction
pub const Impression: Self = Self(0i32)
pub const ClickThrough: Self = Self(1i32)
pub const Hover: Self = Self(2i32)
pub const Like: Self = Self(3i32)
pub const Dislike: Self = Self(4i32)
pub const Dismiss: Self = Self(5i32)
pub const Ineligible: Self = Self(6i32)
pub const Accept: Self = Self(7i32)
pub const Decline: Self = Self(8i32)
pub const Defer: Self = Self(9i32)
pub const Canceled: Self = Self(10i32)
pub const Conversion: Self = Self(11i32)
pub const Opportunity: Self = Self(12i32)
Trait Implementations
impl Clone for TargetedContentInteraction
impl Clone for TargetedContentInteraction
impl Copy for TargetedContentInteraction
Auto Trait Implementations
impl RefUnwindSafe for TargetedContentInteraction
impl Send for TargetedContentInteraction
impl Sync for TargetedContentInteraction
impl Unpin for TargetedContentInteraction
impl UnwindSafe for TargetedContentInteraction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more