Enum sql_parser::ast::CatalogName [−][src]
Variants
ObjectName(Vec<Ident>)
FuncName(Vec<Ident>)
Auto Trait Implementations
impl RefUnwindSafe for CatalogName
impl Send for CatalogName
impl Sync for CatalogName
impl Unpin for CatalogName
impl UnwindSafe for CatalogName
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