Struct pagetop_admin::Admin
source · pub struct Admin;Trait Implementations§
source§impl PackageTrait for Admin
impl PackageTrait for Admin
fn name(&self) -> L10n
fn description(&self) -> L10n
fn actions(&self) -> Vec<ActionBox>
fn configure_service(&self, scfg: &mut ServiceConfig)
fn theme(&self) -> Option<&'static dyn ThemeTrait>
fn dependencies(&self) -> Vec<&'static dyn PackageTrait>
fn drop_packages(&self) -> Vec<&'static dyn PackageTrait>
fn init(&self)
Auto Trait Implementations§
impl Freeze for Admin
impl RefUnwindSafe for Admin
impl Send for Admin
impl Sync for Admin
impl Unpin for Admin
impl UnwindSafe for Admin
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