Struct pagetop_jquery::JQuery
source · pub struct JQuery;Expand description
Implements ModuleTrait and specific module API.
Implementations§
Trait Implementations§
source§impl ModuleTrait for JQuery
impl ModuleTrait for JQuery
fn handle(&self) -> Handle
fn name(&self) -> L10n
fn description(&self) -> L10n
fn actions(&self) -> Vec<Action>
fn configure_service(&self, scfg: &mut ServiceConfig)
fn theme(&self) -> Option<&'static dyn ThemeTrait>
fn dependencies(&self) -> Vec<&'static dyn ModuleTrait, Global>
fn drop_modules(&self) -> Vec<&'static dyn ModuleTrait, Global>
fn init(&self)
Auto Trait Implementations§
impl RefUnwindSafe for JQuery
impl Send for JQuery
impl Sync for JQuery
impl Unpin for JQuery
impl UnwindSafe for JQuery
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