pub struct Ini { /* private fields */ }Expand description
Ini parser.
Implementations§
Source§impl Ini
impl Ini
Sourcepub fn get_section(&self, section: &str) -> Option<&IniSection>
pub fn get_section(&self, section: &str) -> Option<&IniSection>
Get the section.
Returns None if the section does not exist in the ini.
Trait Implementations§
impl StructuralPartialEq for Ini
Auto Trait Implementations§
impl Freeze for Ini
impl RefUnwindSafe for Ini
impl Send for Ini
impl Sync for Ini
impl Unpin for Ini
impl UnwindSafe for Ini
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