Struct ini::SectionVacantEntry
source · pub struct SectionVacantEntry<'a> { /* private fields */ }
Expand description
A view into a vacant entry in a Ini
Implementations§
source§impl<'a> SectionVacantEntry<'a>
impl<'a> SectionVacantEntry<'a>
sourcepub fn insert(self, value: Properties) -> &'a mut Properties
pub fn insert(self, value: Properties) -> &'a mut Properties
Insert one new section
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SectionVacantEntry<'a>
impl<'a> Send for SectionVacantEntry<'a>
impl<'a> Sync for SectionVacantEntry<'a>
impl<'a> Unpin for SectionVacantEntry<'a>
impl<'a> !UnwindSafe for SectionVacantEntry<'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