pub struct ConfigParser { /* private fields */ }Implementations§
Source§impl ConfigParser
impl ConfigParser
Sourcepub fn builder() -> ConfigParserBuilder
pub fn builder() -> ConfigParserBuilder
Helper to start the building process
pub fn parse(&self, yaml_text: &str) -> Result<EspforgeConfiguration>
Auto Trait Implementations§
impl Freeze for ConfigParser
impl !RefUnwindSafe for ConfigParser
impl !Send for ConfigParser
impl !Sync for ConfigParser
impl Unpin for ConfigParser
impl !UnwindSafe for ConfigParser
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