pub struct MdBook;
Implementations§
Source§impl MdBook
impl MdBook
pub fn mdbook_service( scfg: &mut ServiceConfig, mdbook_path: &'static str, mdbook_map: &'static StaticResources, )
Trait Implementations§
Source§impl ExtensionTrait for MdBook
impl ExtensionTrait for MdBook
fn configure_service(&self, scfg: &mut ServiceConfig)
fn name(&self) -> L10n
fn description(&self) -> L10n
fn theme(&self) -> Option<&'static dyn ThemeTrait>
fn dependencies(&self) -> Vec<&'static dyn ExtensionTrait>
fn drop_extensions(&self) -> Vec<&'static dyn ExtensionTrait>
fn actions(&self) -> Vec<Box<dyn ActionTrait>>
fn init(&self)
Auto Trait Implementations§
impl Freeze for MdBook
impl RefUnwindSafe for MdBook
impl Send for MdBook
impl Sync for MdBook
impl Unpin for MdBook
impl UnwindSafe for MdBook
Blanket Implementations§
Source§impl<T> AnyBase for Twhere
T: Any,
impl<T> AnyBase for Twhere
T: Any,
Source§fn short_name(&self) -> &'static str
fn short_name(&self) -> &'static str
Returns a short name for the type.
Source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to
dyn Any
for dynamic type casting.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Returns a mutable reference to
dyn Any
for dynamic type casting.Source§impl<T> AnyTo for T
impl<T> AnyTo for T
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