[][src]Trait seed_style_preview::CssBorderBottomStyleTrait

pub trait CssBorderBottomStyleTrait {
    fn border_bottom_style_none(self) -> Style;
fn bb_style_none(self) -> Style;
fn border_bottom_style_hidden(self) -> Style;
fn bb_style_hidden(self) -> Style;
fn border_bottom_style_dotted(self) -> Style;
fn bb_style_dotted(self) -> Style;
fn border_bottom_style_dashed(self) -> Style;
fn bb_style_dashed(self) -> Style;
fn border_bottom_style_solid(self) -> Style;
fn bb_style_solid(self) -> Style;
fn border_bottom_style_double(self) -> Style;
fn bb_style_double(self) -> Style;
fn border_bottom_style_groove(self) -> Style;
fn bb_style_groove(self) -> Style;
fn border_bottom_style_ridge(self) -> Style;
fn bb_style_ridge(self) -> Style;
fn border_bottom_style_inset(self) -> Style;
fn bb_style_inset(self) -> Style;
fn border_bottom_style_outset(self) -> Style;
fn bb_style_outset(self) -> Style;
fn border_bottom_style<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderBottomStyle>
;
fn bb_style<T>(self, val: T) -> Style
    where
        T: UpdateStyle<CssBorderBottomStyle>
; }

Required methods

Loading content...

Implementors

Loading content...