Struct sqlparser::ast::ObjectName
source · Expand description
A name of a table, view, custom type, etc., possibly multi-part, i.e. db.schema.obj
Tuple Fields§
§0: Vec<Ident>Trait Implementations§
source§impl Clone for ObjectName
impl Clone for ObjectName
source§fn clone(&self) -> ObjectName
fn clone(&self) -> ObjectName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more