pub struct ConfigParser { /* private fields */ }Implementations§
Source§impl ConfigParser
impl ConfigParser
pub fn builder() -> ConfigParserBuilder
pub fn new() -> Self
pub fn parse(&self, yaml_text: &str) -> Result<EspforgeConfiguration>
Trait Implementations§
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