pub struct EnvWriter;Expand description
.env 포맷 Writer
flat한 Object를 KEY=VALUE 형식으로 출력한다.
중첩 구조는 지원하지 않으며, 값은 문자열로 변환된다.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvWriter
impl RefUnwindSafe for EnvWriter
impl Send for EnvWriter
impl Sync for EnvWriter
impl Unpin for EnvWriter
impl UnsafeUnpin for EnvWriter
impl UnwindSafe for EnvWriter
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