pub struct EvictedHashMap { /* private fields */ }
Available on crate feature
trace
only.Expand description
A hash map with a capped number of attributes that retains the most recently set entries.
Implementations§
Source§impl EvictedHashMap
impl EvictedHashMap
Trait Implementations§
Source§impl Clone for EvictedHashMap
impl Clone for EvictedHashMap
Source§fn clone(&self) -> EvictedHashMap
fn clone(&self) -> EvictedHashMap
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EvictedHashMap
impl Debug for EvictedHashMap
Source§impl<'de> Deserialize<'de> for EvictedHashMap
impl<'de> Deserialize<'de> for EvictedHashMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> IntoIterator for &'a EvictedHashMap
impl<'a> IntoIterator for &'a EvictedHashMap
Source§impl IntoIterator for EvictedHashMap
impl IntoIterator for EvictedHashMap
Source§impl PartialEq for EvictedHashMap
impl PartialEq for EvictedHashMap
Source§impl Serialize for EvictedHashMap
impl Serialize for EvictedHashMap
impl StructuralPartialEq for EvictedHashMap
Auto Trait Implementations§
impl Freeze for EvictedHashMap
impl RefUnwindSafe for EvictedHashMap
impl Send for EvictedHashMap
impl Sync for EvictedHashMap
impl Unpin for EvictedHashMap
impl UnwindSafe for EvictedHashMap
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Available on crate feature
trace
only.Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Available on crate feature
trace
only.