pub struct YamlBuilder { /* private fields */ }Expand description
A builder for constructing YAML documents with a fluent API.
Implementations§
Source§impl YamlBuilder
impl YamlBuilder
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for YamlBuilder
impl !Send for YamlBuilder
impl !Sync for YamlBuilder
impl !UnwindSafe for YamlBuilder
impl Freeze for YamlBuilder
impl Unpin for YamlBuilder
impl UnsafeUnpin for YamlBuilder
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