pub struct SetEmulatedMediaReturns {}
Expand description
Emulates the given media type or media feature for CSS media queries. setEmulatedMedia
Trait Implementations§
source§impl Clone for SetEmulatedMediaReturns
impl Clone for SetEmulatedMediaReturns
source§fn clone(&self) -> SetEmulatedMediaReturns
fn clone(&self) -> SetEmulatedMediaReturns
Returns a copy 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 SetEmulatedMediaReturns
impl Debug for SetEmulatedMediaReturns
source§impl Default for SetEmulatedMediaReturns
impl Default for SetEmulatedMediaReturns
source§fn default() -> SetEmulatedMediaReturns
fn default() -> SetEmulatedMediaReturns
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetEmulatedMediaReturns
impl<'de> Deserialize<'de> for SetEmulatedMediaReturns
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 PartialEq for SetEmulatedMediaReturns
impl PartialEq for SetEmulatedMediaReturns
source§fn eq(&self, other: &SetEmulatedMediaReturns) -> bool
fn eq(&self, other: &SetEmulatedMediaReturns) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SetEmulatedMediaReturns
impl Serialize for SetEmulatedMediaReturns
impl StructuralPartialEq for SetEmulatedMediaReturns
Auto Trait Implementations§
impl RefUnwindSafe for SetEmulatedMediaReturns
impl Send for SetEmulatedMediaReturns
impl Sync for SetEmulatedMediaReturns
impl Unpin for SetEmulatedMediaReturns
impl UnwindSafe for SetEmulatedMediaReturns
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