Struct mango_orm::store::FormCache [−][src]
pub struct FormCache {
pub meta: Meta,
pub map_widgets: HashMap<String, Widget>,
pub form_json: String,
pub form_html: String,
}Expand description
Structure for caching map of widgets, json and html, for mango models
Fields
meta: Metamap_widgets: HashMap<String, Widget>form_json: Stringform_html: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FormCacheimpl UnwindSafe for FormCacheBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V