pub struct IniSection { /* private fields */ }Expand description
A Section in an Ini file
Implementations§
Source§impl IniSection
impl IniSection
Trait Implementations§
Source§impl Debug for IniSection
impl Debug for IniSection
Source§impl PartialEq for IniSection
impl PartialEq for IniSection
impl Eq for IniSection
impl StructuralPartialEq for IniSection
Auto Trait Implementations§
impl Freeze for IniSection
impl RefUnwindSafe for IniSection
impl Send for IniSection
impl Sync for IniSection
impl Unpin for IniSection
impl UnwindSafe for IniSection
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