pub struct IniSection { /* private fields */ }Expand description
Section for an ini.
Implementations§
Trait Implementations§
Source§impl Clone for IniSection
impl Clone for IniSection
Source§fn clone(&self) -> IniSection
fn clone(&self) -> IniSection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IniSection
impl Debug for IniSection
Source§impl Default for IniSection
impl Default for IniSection
Source§fn default() -> IniSection
fn default() -> IniSection
Returns the “default value” for a type. Read more
Source§impl PartialEq for IniSection
impl PartialEq 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