Struct TargetedContentInteraction
#[repr(transparent)]pub struct TargetedContentInteraction(pub i32);Tuple Fields§
§0: i32Implementations§
§impl TargetedContentInteraction
impl TargetedContentInteraction
pub const Impression: Self
pub const ClickThrough: Self
pub const Hover: Self
pub const Like: Self
pub const Dislike: Self
pub const Dismiss: Self
pub const Ineligible: Self
pub const Accept: Self
pub const Decline: Self
pub const Defer: Self
pub const Canceled: Self
pub const Conversion: Self
pub const Opportunity: Self
Trait Implementations§
§impl Clone for TargetedContentInteraction
impl Clone for TargetedContentInteraction
§fn clone(&self) -> TargetedContentInteraction
fn clone(&self) -> TargetedContentInteraction
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 more§impl Debug for TargetedContentInteraction
impl Debug for TargetedContentInteraction
§impl Default for TargetedContentInteraction
impl Default for TargetedContentInteraction
§fn default() -> TargetedContentInteraction
fn default() -> TargetedContentInteraction
Returns the “default value” for a type. Read more
§impl PartialEq for TargetedContentInteraction
impl PartialEq for TargetedContentInteraction
impl Copy for TargetedContentInteraction
impl Eq for TargetedContentInteraction
impl StructuralPartialEq for TargetedContentInteraction
Auto Trait Implementations§
impl Freeze for TargetedContentInteraction
impl RefUnwindSafe for TargetedContentInteraction
impl Send for TargetedContentInteraction
impl Sync for TargetedContentInteraction
impl Unpin for TargetedContentInteraction
impl UnwindSafe for TargetedContentInteraction
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