pub struct Stylesheet<'a> {
pub statements: Vec<'a, Statement<'a>>,
pub span: Span,
}Fields§
§statements: Vec<'a, Statement<'a>>§span: SpanImplementations§
§impl<'a> Stylesheet<'a>
impl<'a> Stylesheet<'a>
Trait Implementations§
Source§impl<'a> Debug for Stylesheet<'a>
impl<'a> Debug for Stylesheet<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Stylesheet<'a>
impl<'a> !Send for Stylesheet<'a>
impl<'a> !Sync for Stylesheet<'a>
impl<'a> !UnwindSafe for Stylesheet<'a>
impl<'a> Freeze for Stylesheet<'a>
impl<'a> Unpin for Stylesheet<'a>
impl<'a> UnsafeUnpin for Stylesheet<'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