pub struct Glossary {
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 Freeze for Glossary
impl RefUnwindSafe for Glossary
impl Send for Glossary
impl Sync for Glossary
impl Unpin for Glossary
impl UnwindSafe for Glossary
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