Struct pagetop_admin::Admin
source · [−]pub struct Admin;Trait Implementations
sourceimpl ModuleTrait for Admin
impl ModuleTrait for Admin
fn handler(&self) -> Handler
fn name(&self) -> String
fn description(&self) -> Option<String>
fn configure_service(&self, cfg: &mut ServiceConfig)
fn actions(&self) -> Vec<HookAction>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn dependencies(&self) -> Vec<&'static (dyn ModuleTrait + 'static), Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn uninstall_modules(&self) -> Vec<&'static (dyn ModuleTrait + 'static), Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn themes(&self) -> Vec<&'static (dyn ThemeTrait + 'static), Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
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
sourceimpl<M> BaseModule for Mwhere
M: ModuleTrait + ?Sized,
impl<M> BaseModule for Mwhere
M: ModuleTrait + ?Sized,
fn single_name(&self) -> &'static str
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more