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