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