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