pub struct CssAttributeSelectorFields {
pub l_brack_token: SyntaxResult<CssSyntaxToken>,
pub name: SyntaxResult<CssAttributeName>,
pub matcher: Option<CssAttributeMatcher>,
pub r_brack_token: SyntaxResult<CssSyntaxToken>,
}Fields§
§l_brack_token: SyntaxResult<CssSyntaxToken>§name: SyntaxResult<CssAttributeName>§matcher: Option<CssAttributeMatcher>§r_brack_token: SyntaxResult<CssSyntaxToken>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CssAttributeSelectorFields
impl RefUnwindSafe for CssAttributeSelectorFields
impl !Send for CssAttributeSelectorFields
impl !Sync for CssAttributeSelectorFields
impl Unpin for CssAttributeSelectorFields
impl UnwindSafe for CssAttributeSelectorFields
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