Struct dbml_rs::ast::table::TableIdent
source · pub struct TableIdent {
pub span_range: Range<usize>,
pub name: String,
pub schema: Option<String>,
pub alias: Option<String>,
}Fields§
§span_range: Range<usize>§name: String§schema: Option<String>§alias: Option<String>Trait Implementations§
source§impl Clone for TableIdent
impl Clone for TableIdent
source§fn clone(&self) -> TableIdent
fn clone(&self) -> TableIdent
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 moresource§impl Debug for TableIdent
impl Debug for TableIdent
source§impl Default for TableIdent
impl Default for TableIdent
source§fn default() -> TableIdent
fn default() -> TableIdent
Returns the “default value” for a type. Read more
source§impl PartialEq<TableIdent> for TableIdent
impl PartialEq<TableIdent> for TableIdent
source§fn eq(&self, other: &TableIdent) -> bool
fn eq(&self, other: &TableIdent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.