Enum sqlparser::ast::AnalyzeFormat
source · [−]pub enum AnalyzeFormat {
TEXT,
GRAPHVIZ,
JSON,
}
Variants
TEXT
GRAPHVIZ
JSON
Trait Implementations
sourceimpl Clone for AnalyzeFormat
impl Clone for AnalyzeFormat
sourcefn clone(&self) -> AnalyzeFormat
fn clone(&self) -> AnalyzeFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AnalyzeFormat
impl Debug for AnalyzeFormat
sourceimpl Display for AnalyzeFormat
impl Display for AnalyzeFormat
sourceimpl Hash for AnalyzeFormat
impl Hash for AnalyzeFormat
sourceimpl PartialEq<AnalyzeFormat> for AnalyzeFormat
impl PartialEq<AnalyzeFormat> for AnalyzeFormat
sourcefn eq(&self, other: &AnalyzeFormat) -> bool
fn eq(&self, other: &AnalyzeFormat) -> bool
impl Eq for AnalyzeFormat
impl StructuralEq for AnalyzeFormat
impl StructuralPartialEq for AnalyzeFormat
Auto Trait Implementations
impl RefUnwindSafe for AnalyzeFormat
impl Send for AnalyzeFormat
impl Sync for AnalyzeFormat
impl Unpin for AnalyzeFormat
impl UnwindSafe for AnalyzeFormat
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