cynthia_websites_mini_server/mutable_model_type
Types
pub type MutableModel =
mutable_reference.MutableReference(MutableModelContent)
pub type MutableModelContent {
MutableModelContent(
cached_response: option.Option(String),
cached_jsonld: option.Option(String),
cached_sitemap: option.Option(String),
config: configtype.SharedCynthiaConfigGlobalOnly,
)
}
Constructors
-
MutableModelContent( cached_response: option.Option(String), cached_jsonld: option.Option(String), cached_sitemap: option.Option(String), config: configtype.SharedCynthiaConfigGlobalOnly, )
Values
pub fn new() -> promise.Promise(
mutable_reference.MutableReference(MutableModelContent),
)