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
Source§fn eq(&self, other: &IniSection) -> bool
fn eq(&self, other: &IniSection) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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