Struct pagetop_admin::Admin
source · pub struct Admin;Trait Implementations§
source§impl ModuleTrait for Admin
impl ModuleTrait for Admin
fn handle(&self) -> Handle
fn name(&self) -> String
fn description(&self) -> Option<String>
fn dependencies(&self) -> Vec<ModuleStaticRef>
fn actions(&self) -> Vec<HookAction>
fn configure_service(&self, cfg: &mut ServiceConfig)
fn theme(&self) -> Option<&'static (dyn ThemeTrait + 'static)>
fn drop_modules(&self) -> Vec<&'static (dyn ModuleTrait + 'static), Global>
fn init(&self)
Auto Trait Implementations§
impl RefUnwindSafe for Admin
impl Send for Admin
impl Sync for Admin
impl Unpin for Admin
impl UnwindSafe for Admin
Blanket Implementations§
source§impl<M> BaseModule for Mwhere
M: ModuleTrait + ?Sized,
impl<M> BaseModule for Mwhere M: ModuleTrait + ?Sized,
fn single_name(&self) -> &'static str
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