pub struct AdFrameStatus { /* private fields */ }Expand description
Indicates whether a frame has been identified as an ad and why.
Implementations§
Source§impl AdFrameStatus
impl AdFrameStatus
Sourcepub fn builder(ad_frame_type: impl Into<AdFrameType>) -> AdFrameStatusBuilder
pub fn builder(ad_frame_type: impl Into<AdFrameType>) -> AdFrameStatusBuilder
Creates a builder for this type with the required parameters:
ad_frame_type:
pub fn ad_frame_type(&self) -> &AdFrameType
pub fn explanations(&self) -> Option<&[AdFrameExplanation]>
Trait Implementations§
Source§impl Clone for AdFrameStatus
impl Clone for AdFrameStatus
Source§fn clone(&self) -> AdFrameStatus
fn clone(&self) -> AdFrameStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdFrameStatus
impl Debug for AdFrameStatus
Source§impl Default for AdFrameStatus
impl Default for AdFrameStatus
Source§fn default() -> AdFrameStatus
fn default() -> AdFrameStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdFrameStatus
impl<'de> Deserialize<'de> for AdFrameStatus
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
Auto Trait Implementations§
impl Freeze for AdFrameStatus
impl RefUnwindSafe for AdFrameStatus
impl Send for AdFrameStatus
impl Sync for AdFrameStatus
impl Unpin for AdFrameStatus
impl UnsafeUnpin for AdFrameStatus
impl UnwindSafe for AdFrameStatus
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