pub struct SetShowAdHighlightsParams {
pub show: bool,
}Expand description
Highlights owner element of all frames detected to be ads. setShowAdHighlights
Fields§
§show: boolTrue for showing ad highlights
Implementations§
Trait Implementations§
Source§impl Clone for SetShowAdHighlightsParams
impl Clone for SetShowAdHighlightsParams
Source§fn clone(&self) -> SetShowAdHighlightsParams
fn clone(&self) -> SetShowAdHighlightsParams
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 SetShowAdHighlightsParams
impl Debug for SetShowAdHighlightsParams
Source§impl<'de> Deserialize<'de> for SetShowAdHighlightsParams
impl<'de> Deserialize<'de> for SetShowAdHighlightsParams
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
impl StructuralPartialEq for SetShowAdHighlightsParams
Auto Trait Implementations§
impl Freeze for SetShowAdHighlightsParams
impl RefUnwindSafe for SetShowAdHighlightsParams
impl Send for SetShowAdHighlightsParams
impl Sync for SetShowAdHighlightsParams
impl Unpin for SetShowAdHighlightsParams
impl UnsafeUnpin for SetShowAdHighlightsParams
impl UnwindSafe for SetShowAdHighlightsParams
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