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