pub enum PointerMediaFeatureKeyword {
None(Ident),
Coarse(Ident),
Fine(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for PointerMediaFeatureKeyword
impl Clone for PointerMediaFeatureKeyword
Source§fn clone(&self) -> PointerMediaFeatureKeyword
fn clone(&self) -> PointerMediaFeatureKeyword
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 PointerMediaFeatureKeyword
impl Debug for PointerMediaFeatureKeyword
Source§impl Hash for PointerMediaFeatureKeyword
impl Hash for PointerMediaFeatureKeyword
Source§impl Ord for PointerMediaFeatureKeyword
impl Ord for PointerMediaFeatureKeyword
Source§fn cmp(&self, other: &PointerMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &PointerMediaFeatureKeyword) -> 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 PointerMediaFeatureKeyword
impl<'a> Parse<'a> for PointerMediaFeatureKeyword
Source§impl PartialOrd for PointerMediaFeatureKeyword
impl PartialOrd for PointerMediaFeatureKeyword
Source§impl<'a> Peek<'a> for PointerMediaFeatureKeyword
impl<'a> Peek<'a> for PointerMediaFeatureKeyword
Source§impl ToCursors for PointerMediaFeatureKeyword
impl ToCursors for PointerMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PointerMediaFeatureKeyword
impl Eq for PointerMediaFeatureKeyword
impl StructuralPartialEq for PointerMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for PointerMediaFeatureKeyword
impl RefUnwindSafe for PointerMediaFeatureKeyword
impl Send for PointerMediaFeatureKeyword
impl Sync for PointerMediaFeatureKeyword
impl Unpin for PointerMediaFeatureKeyword
impl UnwindSafe for PointerMediaFeatureKeyword
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