Struct sql_parser::ast::display::AstFormatter [−][src]
pub struct AstFormatter<W> {
buf: W,
mode: FormatMode,
}
Fields
buf: W
mode: FormatMode
Implementations
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for AstFormatter<W> where
W: RefUnwindSafe,
impl<W> Send for AstFormatter<W> where
W: Send,
impl<W> Sync for AstFormatter<W> where
W: Sync,
impl<W> Unpin for AstFormatter<W> where
W: Unpin,
impl<W> UnwindSafe for AstFormatter<W> where
W: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more