Struct rhai_autodocs::glossary::ModuleGlossary
source · pub struct ModuleGlossary {
pub content: String,
}
Expand description
Glossary of all function for a module and it’s submodules.
Fields§
§content: String
Formatted function signatures by submodules.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ModuleGlossary
impl Send for ModuleGlossary
impl Sync for ModuleGlossary
impl Unpin for ModuleGlossary
impl UnwindSafe for ModuleGlossary
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