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