pub enum NthType {
Child,
LastChild,
OnlyChild,
OfType,
LastOfType,
OnlyOfType,
}
Expand description
An enum for the different types of :nth- pseudoclasses
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for NthType
impl PartialEq for NthType
impl Copy for NthType
impl Eq for NthType
impl StructuralPartialEq for NthType
Auto Trait Implementations§
impl Freeze for NthType
impl RefUnwindSafe for NthType
impl Send for NthType
impl Sync for NthType
impl Unpin for NthType
impl UnwindSafe for NthType
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