pub struct MediaQueryList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MediaQueryList
impl Clone for MediaQueryList
Source§fn clone(&self) -> MediaQueryList
fn clone(&self) -> MediaQueryList
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 MediaQueryList
impl Debug for MediaQueryList
Source§impl Default for MediaQueryList
impl Default for MediaQueryList
Source§fn default() -> MediaQueryList
fn default() -> MediaQueryList
Returns the “default value” for a type. Read more
Source§impl PartialEq for MediaQueryList
impl PartialEq for MediaQueryList
Source§fn eq(&self, other: &MediaQueryList) -> bool
fn eq(&self, other: &MediaQueryList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MediaQueryList
Auto Trait Implementations§
impl Freeze for MediaQueryList
impl RefUnwindSafe for MediaQueryList
impl Send for MediaQueryList
impl Sync for MediaQueryList
impl Unpin for MediaQueryList
impl UnsafeUnpin for MediaQueryList
impl UnwindSafe for MediaQueryList
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