pub struct StyleSheet(/* private fields */);Expand description
A StyleSheet contains selectors and parsed Styles attributes.
It also has some logic to apply styles for n keys to a given Style node.
Implementations§
Source§impl StyleSheet
impl StyleSheet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleSheet
impl RefUnwindSafe for StyleSheet
impl Send for StyleSheet
impl Sync for StyleSheet
impl Unpin for StyleSheet
impl UnwindSafe for StyleSheet
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