Struct move_docgen::Docgen
source · [−]pub struct Docgen<'env> { /* private fields */ }
Expand description
The documentation generator.
Implementations
Auto Trait Implementations
impl<'env> !RefUnwindSafe for Docgen<'env>
impl<'env> !Send for Docgen<'env>
impl<'env> !Sync for Docgen<'env>
impl<'env> Unpin for Docgen<'env>
impl<'env> !UnwindSafe for Docgen<'env>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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