pub struct IndentWriter { /* private fields */ }Expand description
An indented text writer for emitting nested format text.
Provides a simple API for building indented, line-oriented output
such as .proto files, GraphQL SDL, or TypeScript declarations.
Implementations§
Auto Trait Implementations§
impl Freeze for IndentWriter
impl RefUnwindSafe for IndentWriter
impl Send for IndentWriter
impl Sync for IndentWriter
impl Unpin for IndentWriter
impl UnsafeUnpin for IndentWriter
impl UnwindSafe for IndentWriter
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