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