pub enum MozDeviceOrientationMediaFeatureKeyword {
Portrait(Ident),
Landscape(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for MozDeviceOrientationMediaFeatureKeyword
impl Clone for MozDeviceOrientationMediaFeatureKeyword
Source§fn clone(&self) -> MozDeviceOrientationMediaFeatureKeyword
fn clone(&self) -> MozDeviceOrientationMediaFeatureKeyword
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 Ord for MozDeviceOrientationMediaFeatureKeyword
impl Ord for MozDeviceOrientationMediaFeatureKeyword
Source§fn cmp(&self, other: &MozDeviceOrientationMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &MozDeviceOrientationMediaFeatureKeyword) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for MozDeviceOrientationMediaFeatureKeyword
impl<'a> Parse<'a> for MozDeviceOrientationMediaFeatureKeyword
Source§impl PartialEq for MozDeviceOrientationMediaFeatureKeyword
impl PartialEq for MozDeviceOrientationMediaFeatureKeyword
Source§fn eq(&self, other: &MozDeviceOrientationMediaFeatureKeyword) -> bool
fn eq(&self, other: &MozDeviceOrientationMediaFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MozDeviceOrientationMediaFeatureKeyword
impl PartialOrd for MozDeviceOrientationMediaFeatureKeyword
Source§impl<'a> Peek<'a> for MozDeviceOrientationMediaFeatureKeyword
impl<'a> Peek<'a> for MozDeviceOrientationMediaFeatureKeyword
Source§impl ToCursors for MozDeviceOrientationMediaFeatureKeyword
impl ToCursors for MozDeviceOrientationMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MozDeviceOrientationMediaFeatureKeyword
impl Eq for MozDeviceOrientationMediaFeatureKeyword
impl StructuralPartialEq for MozDeviceOrientationMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for MozDeviceOrientationMediaFeatureKeyword
impl RefUnwindSafe for MozDeviceOrientationMediaFeatureKeyword
impl Send for MozDeviceOrientationMediaFeatureKeyword
impl Sync for MozDeviceOrientationMediaFeatureKeyword
impl Unpin for MozDeviceOrientationMediaFeatureKeyword
impl UnwindSafe for MozDeviceOrientationMediaFeatureKeyword
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