pub struct GeneratorBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GeneratorBuilder<'a>
impl<'a> GeneratorBuilder<'a>
pub fn with_structure_path(self, path: &'a str) -> Self
pub fn with_config_path(self, path: &'a str) -> Self
pub fn with_output_dir(self, output_dir: &'a str) -> Self
pub fn build(self) -> Generator<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GeneratorBuilder<'a>
impl<'a> RefUnwindSafe for GeneratorBuilder<'a>
impl<'a> Send for GeneratorBuilder<'a>
impl<'a> Sync for GeneratorBuilder<'a>
impl<'a> Unpin for GeneratorBuilder<'a>
impl<'a> UnwindSafe for GeneratorBuilder<'a>
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