Struct actix_admin::ActixAdmin
source · pub struct ActixAdmin {
pub entity_names: HashMap<String, Vec<ActixAdminMenuElement>>,
pub view_models: HashMap<String, ActixAdminViewModel>,
pub configuration: ActixAdminConfiguration,
pub tera: Tera,
}Fields§
§entity_names: HashMap<String, Vec<ActixAdminMenuElement>>§view_models: HashMap<String, ActixAdminViewModel>§configuration: ActixAdminConfiguration§tera: TeraTrait Implementations§
source§impl Clone for ActixAdmin
impl Clone for ActixAdmin
source§fn clone(&self) -> ActixAdmin
fn clone(&self) -> ActixAdmin
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more