pub struct IniWriter;Expand description
INI/CFG 포맷 Writer
2-depth Object를 [section] + key = value 형식으로 출력한다.
최상위 프리미티브 키는 섹션 없이 파일 상단에 출력한다.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IniWriter
impl RefUnwindSafe for IniWriter
impl Send for IniWriter
impl Sync for IniWriter
impl Unpin for IniWriter
impl UnsafeUnpin for IniWriter
impl UnwindSafe for IniWriter
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