Struct hcl::format::FormatterBuilder
source · [−]pub struct FormatterBuilder<'a, W> { /* private fields */ }
Expand description
A builder to create a Formatter
.
See the documentation of Formatter
for a usage example.
Implementations
Auto Trait Implementations
impl<'a, W> RefUnwindSafe for FormatterBuilder<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for FormatterBuilder<'a, W>where
W: Send,
impl<'a, W> Sync for FormatterBuilder<'a, W>where
W: Sync,
impl<'a, W> Unpin for FormatterBuilder<'a, W>where
W: Unpin,
impl<'a, W> UnwindSafe for FormatterBuilder<'a, W>where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more