Enum accessibility_tree::style::rules::CssRule
source · pub enum CssRule {
StyleRule {
selectors: SelectorList,
block: Arc<DeclarationBlock>,
},
}
Variants§
StyleRule
Auto Trait Implementations§
impl Freeze for CssRule
impl RefUnwindSafe for CssRule
impl Send for CssRule
impl Sync for CssRule
impl Unpin for CssRule
impl UnwindSafe for CssRule
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