Enum sql_parse::IdentifierPart
source · pub enum IdentifierPart<'a> {
Name(Identifier<'a>),
Star(Span),
}
Expand description
Part of a full identifier
Variants§
Name(Identifier<'a>)
Star(Span)
Trait Implementations§
source§impl<'a> Clone for IdentifierPart<'a>
impl<'a> Clone for IdentifierPart<'a>
source§fn clone(&self) -> IdentifierPart<'a>
fn clone(&self) -> IdentifierPart<'a>
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