Struct massa_metrics::EVENT_CACHE_VEC
source · pub(crate) struct EVENT_CACHE_VEC {
pub(crate) __private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for EVENT_CACHE_VEC
impl Deref for EVENT_CACHE_VEC
impl LazyStatic for EVENT_CACHE_VEC
Auto Trait Implementations§
impl Freeze for EVENT_CACHE_VEC
impl RefUnwindSafe for EVENT_CACHE_VEC
impl Send for EVENT_CACHE_VEC
impl Sync for EVENT_CACHE_VEC
impl Unpin for EVENT_CACHE_VEC
impl UnwindSafe for EVENT_CACHE_VEC
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