Enum sql_parser::ast::display::FormatMode [−][src]
pub enum FormatMode {
Simple,
Stable,
}
Expand description
Describes the context in which to print an AST.
Variants
Simple
Stable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FormatMode
impl Send for FormatMode
impl Sync for FormatMode
impl Unpin for FormatMode
impl UnwindSafe for FormatMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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