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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ActixAdmin
impl Send for ActixAdmin
impl Sync for ActixAdmin
impl Unpin for ActixAdmin
impl !UnwindSafe for ActixAdmin
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