pub struct TomlWriter { /* private fields */ }Expand description
TOML 포맷 Writer
Implementations§
Source§impl TomlWriter
impl TomlWriter
pub fn new(options: FormatOptions) -> Self
Trait Implementations§
Source§impl Default for TomlWriter
impl Default for TomlWriter
Source§fn default() -> TomlWriter
fn default() -> TomlWriter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TomlWriter
impl RefUnwindSafe for TomlWriter
impl Send for TomlWriter
impl Sync for TomlWriter
impl Unpin for TomlWriter
impl UnsafeUnpin for TomlWriter
impl UnwindSafe for TomlWriter
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