pub struct MetaCache {
pub tag_counts_date: Option<String>,
pub tag_counts: HashMap<String, u32>,
}Fields§
§tag_counts_date: Option<String>§tag_counts: HashMap<String, u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for MetaCache
impl<'de> Deserialize<'de> for MetaCache
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 MetaCache
impl RefUnwindSafe for MetaCache
impl Send for MetaCache
impl Sync for MetaCache
impl Unpin for MetaCache
impl UnsafeUnpin for MetaCache
impl UnwindSafe for MetaCache
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