pub enum MsViewStateMediaFeature {
WithValue(LeftParen, Ident, Colon, MsViewStateMediaFeatureKeyword, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, MsViewStateMediaFeatureKeyword, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl Clone for MsViewStateMediaFeature
impl Clone for MsViewStateMediaFeature
Source§fn clone(&self) -> MsViewStateMediaFeature
fn clone(&self) -> MsViewStateMediaFeature
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 MsViewStateMediaFeature
impl Debug for MsViewStateMediaFeature
Source§impl<'a> DiscreteFeature<'a> for MsViewStateMediaFeature
impl<'a> DiscreteFeature<'a> for MsViewStateMediaFeature
type Value = MsViewStateMediaFeatureKeyword
fn parse_discrete_feature<I>( p: &mut Parser<'a, I>, atom: &'static dyn DynAtomSet, ) -> Result<(LeftParen, Ident, Option<(Colon, Self::Value)>, RightParen), Diagnostic>
Source§impl Hash for MsViewStateMediaFeature
impl Hash for MsViewStateMediaFeature
Source§impl Ord for MsViewStateMediaFeature
impl Ord for MsViewStateMediaFeature
Source§fn cmp(&self, other: &MsViewStateMediaFeature) -> Ordering
fn cmp(&self, other: &MsViewStateMediaFeature) -> 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 MsViewStateMediaFeature
impl<'a> Parse<'a> for MsViewStateMediaFeature
Source§impl PartialEq for MsViewStateMediaFeature
impl PartialEq for MsViewStateMediaFeature
Source§impl PartialOrd for MsViewStateMediaFeature
impl PartialOrd for MsViewStateMediaFeature
Source§impl ToCursors for MsViewStateMediaFeature
impl ToCursors for MsViewStateMediaFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MsViewStateMediaFeature
impl Eq for MsViewStateMediaFeature
impl StructuralPartialEq for MsViewStateMediaFeature
Auto Trait Implementations§
impl Freeze for MsViewStateMediaFeature
impl RefUnwindSafe for MsViewStateMediaFeature
impl Send for MsViewStateMediaFeature
impl Sync for MsViewStateMediaFeature
impl Unpin for MsViewStateMediaFeature
impl UnwindSafe for MsViewStateMediaFeature
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