pub struct AtRule<'a> {
pub name: Ident<'a>,
pub prelude: Option<AtRulePrelude<'a>>,
pub block: Option<SimpleBlock<'a>>,
pub span: Span,
}Fields§
§name: Ident<'a>§prelude: Option<AtRulePrelude<'a>>§block: Option<SimpleBlock<'a>>§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AtRule<'a>
impl<'a> !Send for AtRule<'a>
impl<'a> !Sync for AtRule<'a>
impl<'a> !UnwindSafe for AtRule<'a>
impl<'a> Freeze for AtRule<'a>
impl<'a> Unpin for AtRule<'a>
impl<'a> UnsafeUnpin for AtRule<'a>
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