Struct hi_doc::FormattingGenerator
source · pub struct FormattingGenerator { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for FormattingGenerator
impl RefUnwindSafe for FormattingGenerator
impl Send for FormattingGenerator
impl Sync for FormattingGenerator
impl Unpin for FormattingGenerator
impl UnwindSafe for FormattingGenerator
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