Struct style::properties::shorthands::border_style::LonghandsToSerialize [] [src]

pub struct LonghandsToSerialize<'a> {
    pub border_top_style: &'a SpecifiedValue,
    pub border_right_style: &'a SpecifiedValue,
    pub border_bottom_style: &'a SpecifiedValue,
    pub border_left_style: &'a SpecifiedValue,
}

Represents a serializable set of all of the longhand properties that correspond to a shorthand.

Fields

Methods

impl<'a> LonghandsToSerialize<'a>
[src]

[src]

Tries to get a serializable set of longhands given a set of property declarations.

Trait Implementations

impl<'a> ToCss for LonghandsToSerialize<'a>
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more