pub struct Runner { /* private fields */ }Expand description
The main hyperlit runner, responsible for running the document generation process
Implementations§
Source§impl Runner
impl Runner
pub fn new() -> HyperlitResult<Self>
pub fn with_config(config: HyperlitConfig) -> HyperlitResult<Self>
pub fn run(&mut self) -> HyperlitResult<()>
pub fn copy_docs(&self) -> HyperlitResult<()>
Auto Trait Implementations§
impl !RefUnwindSafe for Runner
impl !Send for Runner
impl !Sync for Runner
impl !UnwindSafe for Runner
impl Freeze for Runner
impl Unpin for Runner
impl UnsafeUnpin for Runner
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