pub struct HotKeyEntry {
pub key: String,
pub hits: u64,
pub last_accessed: String,
}Fields§
§key: String§hits: u64§last_accessed: StringTrait Implementations§
Source§impl Debug for HotKeyEntry
impl Debug for HotKeyEntry
Source§impl<'de> Deserialize<'de> for HotKeyEntry
impl<'de> Deserialize<'de> for HotKeyEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HotKeyEntry
impl RefUnwindSafe for HotKeyEntry
impl Send for HotKeyEntry
impl Sync for HotKeyEntry
impl Unpin for HotKeyEntry
impl UnwindSafe for HotKeyEntry
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