pub struct CSSStyle {
pub style_sheet_id: Option<StyleSheetId>,
pub css_properties: Vec<CSSProperty>,
pub shorthand_entries: Vec<ShorthandEntry>,
pub css_text: Option<String>,
pub range: Option<SourceRange>,
}
Fields§
§style_sheet_id: Option<StyleSheetId>
§css_properties: Vec<CSSProperty>
§shorthand_entries: Vec<ShorthandEntry>
§css_text: Option<String>
§range: Option<SourceRange>
Trait Implementations§
source§impl<'de> Deserialize<'de> for CSSStyle
impl<'de> Deserialize<'de> for CSSStyle
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more