pub struct AtRule<'tree> {
pub span: Span,
pub children: Vec<AtRuleChildren<'tree>>,
}Fields§
§span: Span§children: Vec<AtRuleChildren<'tree>>Trait Implementations§
impl<'tree> Eq for AtRule<'tree>
impl<'tree> StructuralPartialEq for AtRule<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AtRule<'tree>
impl<'tree> RefUnwindSafe for AtRule<'tree>
impl<'tree> Send for AtRule<'tree>
impl<'tree> Sync for AtRule<'tree>
impl<'tree> Unpin for AtRule<'tree>
impl<'tree> UnsafeUnpin for AtRule<'tree>
impl<'tree> UnwindSafe for AtRule<'tree>
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