Struct sp_trie::cache::LocalValueCacheLimiter
source · pub struct LocalValueCacheLimiter { /* private fields */ }
Expand description
A limiter for the local value cache. This makes sure the local cache doesn’t grow too big.
Trait Implementations§
source§impl Default for LocalValueCacheLimiter
impl Default for LocalValueCacheLimiter
source§fn default() -> LocalValueCacheLimiter
fn default() -> LocalValueCacheLimiter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LocalValueCacheLimiter
impl Send for LocalValueCacheLimiter
impl Sync for LocalValueCacheLimiter
impl Unpin for LocalValueCacheLimiter
impl UnwindSafe for LocalValueCacheLimiter
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.