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