pub struct TemplatesCache {
pub last_updated: String,
pub templates: Vec<CachedTemplate>,
}Fields§
§last_updated: String§templates: Vec<CachedTemplate>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TemplatesCache
impl<'de> Deserialize<'de> for TemplatesCache
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 TemplatesCache
impl RefUnwindSafe for TemplatesCache
impl Send for TemplatesCache
impl Sync for TemplatesCache
impl Unpin for TemplatesCache
impl UnsafeUnpin for TemplatesCache
impl UnwindSafe for TemplatesCache
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