pub struct ConfigParserBuilder { /* private fields */ }Implementations§
Source§impl ConfigParserBuilder
impl ConfigParserBuilder
pub fn default_processors() -> Self
pub fn with_processor(self, processor: Box<dyn SectionProcessor>) -> Self
pub fn build(self) -> ConfigParser
Trait Implementations§
Source§impl Default for ConfigParserBuilder
impl Default for ConfigParserBuilder
Source§fn default() -> ConfigParserBuilder
fn default() -> ConfigParserBuilder
Returns the “default value” for a type. Read more
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