pub struct UiConfig {
pub css_link: String,
pub js_link: String,
pub other_css_link: String,
pub other_js_link: String,
pub main_js_link: String,
pub utils_js_link: String,
pub web_menu_items: Vec<WebMenuItem>,
}
Fields§
§css_link: String
§js_link: String
§other_css_link: String
§other_js_link: String
§main_js_link: String
§utils_js_link: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for UiConfig
impl<'de> Deserialize<'de> for UiConfig
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