Struct tpnote_lib::config::LibCfgCache
source · pub struct LibCfgCache {
pub viewer_highlighting_css: String,
}Expand description
Configuration data, deserialized and preprocessed.
Fields§
§viewer_highlighting_css: StringThe result of an expensive calculation:
crate::highlight::get_viewer_highlighting_css() with
lib_cfg.tmpl_html.viewer_highlighting_theme as input.
Trait Implementations§
source§impl Debug for LibCfgCache
impl Debug for LibCfgCache
source§impl<'de> Deserialize<'de> for LibCfgCache
impl<'de> Deserialize<'de> for LibCfgCache
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 RefUnwindSafe for LibCfgCache
impl Send for LibCfgCache
impl Sync for LibCfgCache
impl Unpin for LibCfgCache
impl UnwindSafe for LibCfgCache
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