pub enum AdFrameExplanation {
ParentIsAd,
CreatedByAdScript,
MatchedBlockingRule,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for AdFrameExplanation
impl AsRef<str> for AdFrameExplanation
Source§impl Clone for AdFrameExplanation
impl Clone for AdFrameExplanation
Source§fn clone(&self) -> AdFrameExplanation
fn clone(&self) -> AdFrameExplanation
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 AdFrameExplanation
impl Debug for AdFrameExplanation
Source§impl<'de> Deserialize<'de> for AdFrameExplanation
impl<'de> Deserialize<'de> for AdFrameExplanation
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 FromStr for AdFrameExplanation
impl FromStr for AdFrameExplanation
Source§impl Hash for AdFrameExplanation
impl Hash for AdFrameExplanation
Source§impl PartialEq for AdFrameExplanation
impl PartialEq for AdFrameExplanation
Source§impl Serialize for AdFrameExplanation
impl Serialize for AdFrameExplanation
impl Eq for AdFrameExplanation
impl StructuralPartialEq for AdFrameExplanation
Auto Trait Implementations§
impl Freeze for AdFrameExplanation
impl RefUnwindSafe for AdFrameExplanation
impl Send for AdFrameExplanation
impl Sync for AdFrameExplanation
impl Unpin for AdFrameExplanation
impl UnwindSafe for AdFrameExplanation
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