[][src]Trait seed_style_preview::PseudoTrait

pub trait PseudoTrait {
    fn none(self) -> Style;
fn active(self) -> Style;
fn checked(self) -> Style;
fn disabled(self) -> Style;
fn empty(self) -> Style;
fn enabled(self) -> Style;
fn first_child(self) -> Style;
fn first_of_type(self) -> Style;
fn focus(self) -> Style;
fn hover(self) -> Style;
fn in_range(self) -> Style;
fn invalid(self) -> Style;
fn last_child(self) -> Style;
fn last_of_type(self) -> Style;
fn link(self) -> Style;
fn only_of_type(self) -> Style;
fn only_child(self) -> Style;
fn optional(self) -> Style;
fn out_of_range(self) -> Style;
fn read_only(self) -> Style;
fn read_write(self) -> Style;
fn required(self) -> Style;
fn root(self) -> Style;
fn target(self) -> Style;
fn valid(self) -> Style;
fn visited(self) -> Style;
fn before(self) -> Style;
fn after(self) -> Style;
fn pseudo(self, val: &str) -> Style;
fn lang(self, val: &str) -> Style;
fn not(self, val: &str) -> Style;
fn nth_child(self, val: usize) -> Style;
fn nth_last_child(self, val: usize) -> Style;
fn nth_last_of_type(self, val: usize) -> Style;
fn nth_of_type(self, val: usize) -> Style; }

Required methods

fn none(self) -> Style

fn active(self) -> Style

fn checked(self) -> Style

fn disabled(self) -> Style

fn empty(self) -> Style

fn enabled(self) -> Style

fn first_child(self) -> Style

fn first_of_type(self) -> Style

fn focus(self) -> Style

fn hover(self) -> Style

fn in_range(self) -> Style

fn invalid(self) -> Style

fn last_child(self) -> Style

fn last_of_type(self) -> Style

fn only_of_type(self) -> Style

fn only_child(self) -> Style

fn optional(self) -> Style

fn out_of_range(self) -> Style

fn read_only(self) -> Style

fn read_write(self) -> Style

fn required(self) -> Style

fn root(self) -> Style

fn target(self) -> Style

fn valid(self) -> Style

fn visited(self) -> Style

fn before(self) -> Style

fn after(self) -> Style

fn pseudo(self, val: &str) -> Style

fn lang(self, val: &str) -> Style

fn not(self, val: &str) -> Style

fn nth_child(self, val: usize) -> Style

fn nth_last_child(self, val: usize) -> Style

fn nth_last_of_type(self, val: usize) -> Style

fn nth_of_type(self, val: usize) -> Style

Loading content...

Implementors

impl PseudoTrait for Style[src]

Loading content...