pub enum Nth {
Odd(Ident),
Even(Ident),
Integer(CSSInt),
Anb(i32, i32, [Cursor; 4]),
}Variants§
Trait Implementations§
Source§impl Ord for Nth
impl Ord for Nth
Source§impl PartialOrd for Nth
impl PartialOrd for Nth
Source§impl ToCursors for Nth
impl ToCursors for Nth
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for Nth
impl StructuralPartialEq for Nth
Auto Trait Implementations§
impl Freeze for Nth
impl RefUnwindSafe for Nth
impl Send for Nth
impl Sync for Nth
impl Unpin for Nth
impl UnwindSafe for Nth
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