Struct ini::SectionVacantEntry
source · [−]pub struct SectionVacantEntry<'a> { /* private fields */ }
Expand description
A view into a vacant entry in a Ini
Implementations
sourceimpl<'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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more