pub struct TomlFileBuilder { /* private fields */ }Expand description
Fluent API for TOML file operations
Implementations§
Source§impl TomlFileBuilder
impl TomlFileBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TomlFileBuilder
impl RefUnwindSafe for TomlFileBuilder
impl Send for TomlFileBuilder
impl Sync for TomlFileBuilder
impl Unpin for TomlFileBuilder
impl UnwindSafe for TomlFileBuilder
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