pub struct YAMLParser;Expand description
The main YAML parser for database schema files. This parser reads and validates YAML files that define a database schema structure, including schema name, tables, and columns.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YAMLParser
impl RefUnwindSafe for YAMLParser
impl Send for YAMLParser
impl Sync for YAMLParser
impl Unpin for YAMLParser
impl UnwindSafe for YAMLParser
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