pub enum OrientationContainerFeature {
WithValue(LeftParen, Ident, Colon, OrientationContainerFeatureKeyword, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, OrientationContainerFeatureKeyword, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl Clone for OrientationContainerFeature
impl Clone for OrientationContainerFeature
Source§fn clone(&self) -> OrientationContainerFeature
fn clone(&self) -> OrientationContainerFeature
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 OrientationContainerFeature
impl Debug for OrientationContainerFeature
Source§impl<'a> DiscreteFeature<'a> for OrientationContainerFeature
impl<'a> DiscreteFeature<'a> for OrientationContainerFeature
type Value = OrientationContainerFeatureKeyword
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 OrientationContainerFeature
impl Hash for OrientationContainerFeature
Source§impl Ord for OrientationContainerFeature
impl Ord for OrientationContainerFeature
Source§fn cmp(&self, other: &OrientationContainerFeature) -> Ordering
fn cmp(&self, other: &OrientationContainerFeature) -> 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 OrientationContainerFeature
impl<'a> Parse<'a> for OrientationContainerFeature
Source§impl PartialOrd for OrientationContainerFeature
impl PartialOrd for OrientationContainerFeature
Source§impl ToCursors for OrientationContainerFeature
impl ToCursors for OrientationContainerFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for OrientationContainerFeature
impl Eq for OrientationContainerFeature
impl StructuralPartialEq for OrientationContainerFeature
Auto Trait Implementations§
impl Freeze for OrientationContainerFeature
impl RefUnwindSafe for OrientationContainerFeature
impl Send for OrientationContainerFeature
impl Sync for OrientationContainerFeature
impl Unpin for OrientationContainerFeature
impl UnwindSafe for OrientationContainerFeature
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