pub struct InMemoryAggregationCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for InMemoryAggregationCache
impl Debug for InMemoryAggregationCache
Source§impl Default for InMemoryAggregationCache
impl Default for InMemoryAggregationCache
Source§fn default() -> InMemoryAggregationCache
fn default() -> InMemoryAggregationCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryAggregationCache
impl RefUnwindSafe for InMemoryAggregationCache
impl Send for InMemoryAggregationCache
impl Sync for InMemoryAggregationCache
impl Unpin for InMemoryAggregationCache
impl UnsafeUnpin for InMemoryAggregationCache
impl UnwindSafe for InMemoryAggregationCache
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