pub struct RuleCache { /* private fields */ }Expand description
A TLS cache from rules matched to computed values.
Implementations§
Source§impl RuleCache
impl RuleCache
Sourcepub fn find(
&self,
guards: &StylesheetGuards<'_>,
builder_with_early_props: &StyleBuilder<'_>,
) -> Option<&ComputedValues>
pub fn find( &self, guards: &StylesheetGuards<'_>, builder_with_early_props: &StyleBuilder<'_>, ) -> Option<&ComputedValues>
Finds a node in the properties matched cache.
This needs to receive a StyleBuilder with the early properties
already applied.
Sourcepub fn insert_if_possible(
&mut self,
guards: &StylesheetGuards<'_>,
style: &Arc<ComputedValues>,
pseudo: Option<&PseudoElement>,
conditions: &RuleCacheConditions,
) -> bool
pub fn insert_if_possible( &mut self, guards: &StylesheetGuards<'_>, style: &Arc<ComputedValues>, pseudo: Option<&PseudoElement>, conditions: &RuleCacheConditions, ) -> bool
Inserts a node into the rules cache if possible.
Returns whether the style was inserted into the cache.
Auto Trait Implementations§
impl Freeze for RuleCache
impl !RefUnwindSafe for RuleCache
impl Send for RuleCache
impl Sync for RuleCache
impl Unpin for RuleCache
impl !UnwindSafe for RuleCache
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
Source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
Source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
Source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert