Struct sql_ast::ast::ObjectName [−][src]
Expand description
A name of a table, view, custom type, etc., possibly multi-part, i.e. db.schema.obj
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ObjectNameimpl Send for ObjectNameimpl Sync for ObjectNameimpl Unpin for ObjectNameimpl UnwindSafe for ObjectNameBlanket Implementations
Mutably borrows from an owned value. Read more