pub enum MediaFeatureComparisonKind {
LessThan,
LessThanOrEqual,
GreaterThan,
GreaterThanOrEqual,
Equal,
}Variants§
Trait Implementations§
Source§impl Clone for MediaFeatureComparisonKind
impl Clone for MediaFeatureComparisonKind
Source§fn clone(&self) -> MediaFeatureComparisonKind
fn clone(&self) -> MediaFeatureComparisonKind
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 MediaFeatureComparisonKind
impl Debug for MediaFeatureComparisonKind
Source§impl PartialEq for MediaFeatureComparisonKind
impl PartialEq for MediaFeatureComparisonKind
Source§fn eq(&self, other: &MediaFeatureComparisonKind) -> bool
fn eq(&self, other: &MediaFeatureComparisonKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MediaFeatureComparisonKind
Auto Trait Implementations§
impl Freeze for MediaFeatureComparisonKind
impl RefUnwindSafe for MediaFeatureComparisonKind
impl Send for MediaFeatureComparisonKind
impl Sync for MediaFeatureComparisonKind
impl Unpin for MediaFeatureComparisonKind
impl UnsafeUnpin for MediaFeatureComparisonKind
impl UnwindSafe for MediaFeatureComparisonKind
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