pub struct CssRuleBlockFields {
pub l_curly_token: SyntaxResult<CssSyntaxToken>,
pub rules: CssRuleList,
pub r_curly_token: SyntaxResult<CssSyntaxToken>,
}
Fields§
§l_curly_token: SyntaxResult<CssSyntaxToken>
§rules: CssRuleList
§r_curly_token: SyntaxResult<CssSyntaxToken>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CssRuleBlockFields
impl RefUnwindSafe for CssRuleBlockFields
impl !Send for CssRuleBlockFields
impl !Sync for CssRuleBlockFields
impl Unpin for CssRuleBlockFields
impl UnwindSafe for CssRuleBlockFields
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