pub struct ManagerCaches {
pub counts: TimedSizedCache<(String, String), u64>,
}Available on crate feature
utils only.Fields§
§counts: TimedSizedCache<(String, String), u64>Trait Implementations§
Source§impl Debug for ManagerCaches
impl Debug for ManagerCaches
Auto Trait Implementations§
impl Freeze for ManagerCaches
impl RefUnwindSafe for ManagerCaches
impl Send for ManagerCaches
impl Sync for ManagerCaches
impl Unpin for ManagerCaches
impl UnsafeUnpin for ManagerCaches
impl UnwindSafe for ManagerCaches
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