pub struct ModelBuilder {}Implementations§
Source§impl ModelBuilder
impl ModelBuilder
pub fn build_models_by_dir(code_dir: PathBuf) -> Vec<CodeFile>
pub fn build_model_by_file(models: &mut Vec<CodeFile>, path: &Path)
Auto Trait Implementations§
impl Freeze for ModelBuilder
impl RefUnwindSafe for ModelBuilder
impl Send for ModelBuilder
impl Sync for ModelBuilder
impl Unpin for ModelBuilder
impl UnwindSafe for ModelBuilder
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