pub struct PropertiesWriter;Expand description
Java .properties 포맷 Writer
flat Object를 key=value 형식의 Java properties 파일로 출력한다.
Trait Implementations§
Source§impl FormatWriter for PropertiesWriter
impl FormatWriter for PropertiesWriter
Auto Trait Implementations§
impl Freeze for PropertiesWriter
impl RefUnwindSafe for PropertiesWriter
impl Send for PropertiesWriter
impl Sync for PropertiesWriter
impl Unpin for PropertiesWriter
impl UnsafeUnpin for PropertiesWriter
impl UnwindSafe for PropertiesWriter
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