Struct opentelemetry::sdk::trace::EvictedHashMap
source · [−]pub struct EvictedHashMap { /* private fields */ }
Expand description
A hash map with a capped number of attributes that retains the most recently set entries.
Implementations
sourceimpl EvictedHashMap
impl EvictedHashMap
Trait Implementations
sourceimpl Clone for EvictedHashMap
impl Clone for EvictedHashMap
sourcefn clone(&self) -> EvictedHashMap
fn clone(&self) -> EvictedHashMap
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EvictedHashMap
impl Debug for EvictedHashMap
sourceimpl<'a> IntoIterator for &'a EvictedHashMap
impl<'a> IntoIterator for &'a EvictedHashMap
sourceimpl IntoIterator for EvictedHashMap
impl IntoIterator for EvictedHashMap
sourceimpl PartialEq<EvictedHashMap> for EvictedHashMap
impl PartialEq<EvictedHashMap> for EvictedHashMap
sourcefn eq(&self, other: &EvictedHashMap) -> bool
fn eq(&self, other: &EvictedHashMap) -> bool
impl StructuralPartialEq for EvictedHashMap
Auto Trait Implementations
impl RefUnwindSafe for EvictedHashMap
impl Send for EvictedHashMap
impl Sync for EvictedHashMap
impl Unpin for EvictedHashMap
impl UnwindSafe for EvictedHashMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more