pub struct ConfigParserBuilder { /* private fields */ }Implementations§
Source§impl ConfigParserBuilder
impl ConfigParserBuilder
pub fn new() -> Self
pub fn default_processors() -> Self
pub fn with_processor(self, processor: Box<dyn SectionProcessor>) -> Self
pub fn build(self) -> ConfigParser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigParserBuilder
impl !RefUnwindSafe for ConfigParserBuilder
impl !Send for ConfigParserBuilder
impl !Sync for ConfigParserBuilder
impl Unpin for ConfigParserBuilder
impl !UnwindSafe for ConfigParserBuilder
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