Struct sql_parser::ast::UnresolvedObjectName [−][src]
Expand description
A name of a table, view, custom type, etc., possibly multi-part, i.e. db.schema.obj
Tuple Fields
0: Vec<Ident>
Implementations
Creates an ObjectName
with a single Ident
, i.e. it appears as
“unqualified”.
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 UnresolvedObjectName
impl Send for UnresolvedObjectName
impl Sync for UnresolvedObjectName
impl Unpin for UnresolvedObjectName
impl UnwindSafe for UnresolvedObjectName
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}
) and returns it.
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