Struct accessibility_tree::style::cascade::StyleSet
source · pub struct StyleSet {
pub rules: Vec<(Selector, Arc<DeclarationBlock>)>,
}
Fields§
§rules: Vec<(Selector, Arc<DeclarationBlock>)>
Implementations§
source§impl StyleSet
impl StyleSet
pub fn push_matching<'a>( &'a self, document: &Document, node: NodeId, into: &mut SmallVec<impl Array<Item = &'a DeclarationBlock>> )
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StyleSet
impl Send for StyleSet
impl Sync for StyleSet
impl Unpin for StyleSet
impl UnwindSafe for StyleSet
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