Struct ini::SectionOccupiedEntry
source · pub struct SectionOccupiedEntry<'a> { /* private fields */ }
Expand description
A view into a occupied entry in a Ini
Implementations§
source§impl<'a> SectionOccupiedEntry<'a>
impl<'a> SectionOccupiedEntry<'a>
sourcepub fn into_mut(self) -> &'a mut Properties
pub fn into_mut(self) -> &'a mut Properties
Into the first internal mutable properties
sourcepub fn append(&mut self, prop: Properties)
pub fn append(&mut self, prop: Properties)
Append a new section
Auto Trait Implementations§
impl<'a> Freeze for SectionOccupiedEntry<'a>
impl<'a> RefUnwindSafe for SectionOccupiedEntry<'a>
impl<'a> Send for SectionOccupiedEntry<'a>
impl<'a> Sync for SectionOccupiedEntry<'a>
impl<'a> Unpin for SectionOccupiedEntry<'a>
impl<'a> !UnwindSafe for SectionOccupiedEntry<'a>
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